refactor
This commit is contained in:
coderfengyun 2014-04-17 15:23:32 +08:00
parent fcee930598
commit 124a499257
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
package org.bench4q.master.domain.entity;
package org.bench4q.master.domain;
public interface EntityBase {
public Object extractIdentifier();

View File

@ -2,7 +2,7 @@ package org.bench4q.master.helper;
import java.util.List;
import org.bench4q.master.domain.entity.EntityBase;
import org.bench4q.master.domain.EntityBase;
public class CollectionHelper {
/**