We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f278212 commit fc14a6eCopy full SHA for fc14a6e
api/src/main/java/jakarta/json/spi/JsonProvider.java
@@ -146,9 +146,9 @@ public static JsonProvider provider() {
146
147
/**
148
* Creates a new instance from the specified class
149
- * @param className class to instantiate
+ * @param className name of the class to instantiate
150
* @return the JsonProvider instance
151
- * @throws IllegalArgumentException for reflection issues
+ * @throws JsonException for issues during creation of an instance of the JsonProvider
152
*/
153
private static JsonProvider newInstance(String className) {
154
try {
0 commit comments