improve code style

This commit is contained in:
hlq07 2018-05-30 02:31:20 +08:00
parent 9a0fdd76c8
commit 7a64b0c087
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ import org.jetbrains.annotations.Nullable;
abstract class BaseTodoItemBuilder extends GeneralBuilder {
protected static abstract class BaseFactory<T extends BaseTodoItemBuilder> implements IFactory {
protected abstract static class BaseFactory<T extends BaseTodoItemBuilder> implements IFactory {
@Override
public boolean supportedConstruct() {
return true;