Skip to content

Commit

Permalink
fix javadoc
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
  • Loading branch information
lukasj committed Jul 15, 2022
1 parent f278212 commit fc14a6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/src/main/java/jakarta/json/spi/JsonProvider.java
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@ public static JsonProvider provider() {

/**
* Creates a new instance from the specified class
* @param className class to instantiate
* @param className name of the class to instantiate
* @return the JsonProvider instance
* @throws IllegalArgumentException for reflection issues
* @throws JsonException for issues during creation of an instance of the JsonProvider
*/
private static JsonProvider newInstance(String className) {
try {
Expand Down

0 comments on commit fc14a6e

Please sign in to comment.