Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jsinco committed May 30, 2024
1 parent 938a104 commit 9fb6c48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ private void setLastInSection(String path, Object value) {
section.data.put(lastKey, value);
}


@Nullable
public String getString(String path) {
final Object object = getLastFromSection(path);
if (object instanceof String) {
Expand Down

0 comments on commit 9fb6c48

Please sign in to comment.