Javadoc and import cleanup.

This commit is contained in:
Michael Bayne
2009-06-10 17:20:31 +00:00
parent fce2c05f9b
commit b029dfd6cd
2 changed files with 1 additions and 3 deletions
@@ -24,8 +24,7 @@ import java.io.Serializable;
/**
* Implementors of this interface performs perform cache invalidation for calls to
* {@link DepotRepository#updateLiteral}, {@link DepotRepository#updatePartial} and
* {@link DepotRepository#deleteAll}.
* {@link DepotRepository#updatePartial} and {@link DepotRepository#deleteAll}.
*/
public interface CacheInvalidator
{
@@ -21,7 +21,6 @@
package com.samskivert.depot.impl;
import com.samskivert.depot.Key;
import com.samskivert.depot.PersistentRecord;
import com.samskivert.depot.clause.FieldDefinition;
import com.samskivert.depot.clause.ForUpdate;