Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed May 30, 2023
1 parent 9e075c0 commit 5f38c4a
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,6 @@ public static <T> Optional<T> getAttribute(
return getAttribute(json, type, false, path);
}

/**
* @param nestedSearch enable searching for paths deeper nested in the json
*/
public static <T> Optional<T> getAttribute(
final String json,
final DeserializableTypeDefinition<T> type,
Expand Down

0 comments on commit 5f38c4a

Please sign in to comment.