modify the factory name

This commit is contained in:
hlq07 2018-05-28 23:16:09 +08:00
parent 7d67b07fd6
commit 683d56ccde
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ import java.util.Calendar;
public class OtherTypeNewItemBuilder extends NewItemBuilder {
public static class OtherTypeFactory implements IFactory {
public static class Factory implements IFactory {
@Override
public String getTypeName() {
return TYPE_NAME;