Remove this redundant static qualifier

This commit is contained in:
matsutani 2016-05-20 18:40:27 +09:00
parent 1f68783150
commit ea383ac228

View file

@ -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;
}