Skip to content

Commit

Permalink
added jdoc to getValue() method in SQLUtil
Browse files Browse the repository at this point in the history
  • Loading branch information
Lur1an committed Nov 17, 2022
1 parent 68d01a8 commit 91e996e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,8 @@ static private <T> T chainAccess(Map<String, ?> map, String[] nestedFields) {

/**
* Parametrized helper function to dynamically extract data from a map. Returns null on casting errors
* @param map
* @param key
* @param map Dynamic map from which to extract data
* @param key key for the value
* @return value if found and cast succeeds, null otherwise
*/
static private <T> T getValue(Map<String, ?> map, String key) {
Expand Down

0 comments on commit 91e996e

Please sign in to comment.