Skip to content

Commit

Permalink
formatting code
Browse files Browse the repository at this point in the history
  • Loading branch information
jlangch committed Sep 14, 2024
1 parent 62440db commit b4ad4ec
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ public void put(final String key, final Object value) {
fields.put(key, value);
}
}

public Object get(final String fieldName) {
return fields.get(fieldName);
}
Expand Down

0 comments on commit b4ad4ec

Please sign in to comment.