No effective change - code cleanup - remove unused methods

This commit is contained in:
Robin Bygrave
2015-07-31 21:33:05 +12:00
parent 4c841a8f9f
commit 4807ca32be
@@ -216,22 +216,6 @@ public class BeanPersistIds implements Serializable {
return beanDescriptor;
}
/**
* Return the Descriptor Id. A more compact alternative to using the
* beanType.
*/
public String getDescriptorId() {
return descriptorId;
}
public List<Serializable> getInsertIds() {
return insertIds;
}
public List<Serializable> getUpdateIds() {
return updateIds;
}
public List<Serializable> getDeleteIds() {
return deleteIds;
}