Skip to content

Commit

Permalink
getValue
Browse files Browse the repository at this point in the history
  • Loading branch information
NightDev701 committed Jan 2, 2024
1 parent 4c4492e commit 42ce132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/pl/nightdev701/io/ConfigurationManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ private void readConfig(String filePath) {
}
}

public String getData(String key) {
public String getValue(String key) {
return dataMap.get(key);
}

Expand Down

0 comments on commit 42ce132

Please sign in to comment.