Skip to content

Commit e444fda

Browse files
authored
docs: duplicated doc comment for the gson parameter
1 parent 0527191 commit e444fda

File tree

1 file changed

+1
-1
lines changed
  • components/serialization/json/src/main/java/com/microsoft/kiota/serialization

1 file changed

+1
-1
lines changed

components/serialization/json/src/main/java/com/microsoft/kiota/serialization/JsonParseNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public JsonParseNode(@Nonnull final JsonElement node) {
4141
/**
4242
* Creates a new instance of the JsonParseNode class.
4343
* @param node the node to wrap.
44-
* @param node the node to wrap.
44+
* @param gson the Gson instance to use and deserialize the node with.
4545
*/
4646
public JsonParseNode(@Nonnull final JsonElement node, @Nonnull final Gson gson) {
4747
currentNode = Objects.requireNonNull(node, "parameter node cannot be null");

0 commit comments

Comments
 (0)