modify the factory name
This commit is contained in:
parent
7d67b07fd6
commit
683d56ccde
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue