Skip to content

Commit

Permalink
sorry no more compile errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dshimo committed Nov 8, 2018
1 parent bef9dcd commit 72482e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/speechscrubber/RevSpeechService.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public String makeSearchPhrase(@QueryParam("phrase") String phrase) {
return "passed phrase: " + getSearchPhrase();
}

private String setSearchPhrase(String phrase) {
private void setSearchPhrase(String phrase) {
this.searchPhrase = phrase;
}

Expand Down

0 comments on commit 72482e2

Please sign in to comment.