Skip to content

Commit

Permalink
Remove uneeded method
Browse files Browse the repository at this point in the history
  • Loading branch information
ghubstan committed Jan 15, 2021
1 parent ec9f783 commit 1ad7b35
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions core/src/main/java/bisq/core/api/CoreHelpService.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ public CoreHelpService() {
}

public String getMethodHelp(String methodName) {
return getHelpText(methodName);
}

private String getHelpText(String methodName) {
String resourceFile = "/help" + separator + methodName + "-" + "help.txt";
try {
return readHelpFile(resourceFile);
Expand Down

0 comments on commit 1ad7b35

Please sign in to comment.