Skip to content

Commit 32ddfbb

Browse files
Documentation improvements
1 parent 95471e5 commit 32ddfbb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[![License](https://img.shields.io/badge/license-apache%202.0-brightgreen.svg)](https://opensource.org/licenses/Apache-2.0)
44
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/oswaldobapvicjr/jsonmerge/Java%20CI%20with%20Maven)](https://github.com/oswaldobapvicjr/jsonmerge/actions/workflows/maven.yml)
55
[![Coverage](https://img.shields.io/codecov/c/github/oswaldobapvicjr/jsonmerge)](https://codecov.io/gh/oswaldobapvicjr/jsonmerge)
6+
[![Vulnerabilities](https://snyk.io/test/github/oswaldobapvicjr/jsonmerge/badge.svg)](https://snyk.io/test/github/oswaldobapvicjr/jsonmerge)
67

78

89
Utility for merging JSON objects supporting multiple JSON providers

jsonmerge-core/src/test/java/net/obvj/jsonmerge/JsonMergerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import net.obvj.jsonmerge.provider.JsonProvider;
2828

2929
/**
30-
* Unit tests for the {@link OConfigurationMerger}.
30+
* Unit tests for the {@link JsonMerger}.
3131
*
3232
* @author oswaldo.bapvic.jr
3333
* @since 1.0.0

0 commit comments

Comments
 (0)