Skip to content

Commit

Permalink
Remove commented lines
Browse files Browse the repository at this point in the history
  • Loading branch information
devoxin committed Mar 2, 2019
1 parent 2bcbf48 commit 0715e44
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ public class AudioLoader implements AudioLoadResultHandler {
private static final Logger log = LoggerFactory.getLogger(AudioLoader.class);
private static final LoadResult NO_MATCHES = new LoadResult(ResultStatus.NO_MATCHES, Collections.emptyList(),
null, null, null);
//private static final LoadResult LOAD_FAILED = new LoadResult(ResultStatus.LOAD_FAILED, Collections.emptyList(),
// null, null, null);

private final AudioPlayerManager audioPlayerManager;

Expand Down Expand Up @@ -104,4 +102,4 @@ public void loadFailed(FriendlyException e) {
null, null, e.getLocalizedMessage()));
}

}
}

0 comments on commit 0715e44

Please sign in to comment.