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 0527191 commit e444fdaCopy full SHA for e444fda
components/serialization/json/src/main/java/com/microsoft/kiota/serialization/JsonParseNode.java
@@ -41,7 +41,7 @@ public JsonParseNode(@Nonnull final JsonElement node) {
41
/**
42
* Creates a new instance of the JsonParseNode class.
43
* @param node the node to wrap.
44
- * @param node the node to wrap.
+ * @param gson the Gson instance to use and deserialize the node with.
45
*/
46
public JsonParseNode(@Nonnull final JsonElement node, @Nonnull final Gson gson) {
47
currentNode = Objects.requireNonNull(node, "parameter node cannot be null");
0 commit comments