Javadoc and import cleanup.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user