Remove this redundant static qualifier
This commit is contained in:
parent
1f68783150
commit
ea383ac228
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ public abstract class BaseApiManager implements WebApiManager {
|
|||
|
||||
protected String pathPrefix;
|
||||
|
||||
protected static enum FormatType {
|
||||
protected enum FormatType {
|
||||
SEARCH, LABEL, POPULARWORD, FAVORITE, FAVORITES, OTHER, PING;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue