Skip to content

Commit fc14a6e

Browse files
committed
fix javadoc
Signed-off-by: Lukas Jungmann <[email protected]>
1 parent f278212 commit fc14a6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/src/main/java/jakarta/json/spi/JsonProvider.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,9 @@ public static JsonProvider provider() {
146146

147147
/**
148148
* Creates a new instance from the specified class
149-
* @param className class to instantiate
149+
* @param className name of the class to instantiate
150150
* @return the JsonProvider instance
151-
* @throws IllegalArgumentException for reflection issues
151+
* @throws JsonException for issues during creation of an instance of the JsonProvider
152152
*/
153153
private static JsonProvider newInstance(String className) {
154154
try {

0 commit comments

Comments
 (0)