Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Pietu1998 committed Dec 23, 2015
1 parent 4a94c05 commit caed607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net/pietu1998/wordbasehacker/HudService.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
import android.view.View;
import android.view.WindowManager;
import android.widget.TextView;
import android.widget.Toast;

public class HudService extends Service {

private final HudBinder binder = new HudBinder();

private class HudBinder extends Binder {
@SuppressWarnings("unused")
HudService getService() {
return HudService.this;
}
Expand Down

0 comments on commit caed607

Please sign in to comment.