Skip to content

Commit

Permalink
break added
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Bräutigam <[email protected]>
  • Loading branch information
peuter committed Mar 19, 2015
1 parent 43cba52 commit fcd7715
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ private void registerDelegateService(TTSService ttsService) {
filePath = filePath.substring(0,filePath.length()-5); // skip .java ending
if (filePath.equals(ttsService.getClass().getName())) {
found = true;
break;
}
}
if (found) {
Expand Down

0 comments on commit fcd7715

Please sign in to comment.