static modifier is redundant for inner enums

This commit is contained in:
Martin Fietz 2018-01-14 18:08:48 +01:00
parent b80d6a7914
commit 44f80a9831
1 changed files with 1 additions and 1 deletions

View File

@ -680,7 +680,7 @@ public abstract class MediaplayerActivity extends CastEnabledActivity implements
/**
* Abstract directions to skip forward or back (rewind) and encapsulates behavior to get or set preference (including update of UI on the skip buttons).
*/
static public enum SkipDirection {
public enum SkipDirection {
SKIP_FORWARD(
UserPreferences::getFastForwardSecs,
MediaplayerActivity::getTxtvFFFromActivity,