diff --git a/src/java/com/samskivert/depot/DepotRepository.java b/src/java/com/samskivert/depot/DepotRepository.java index 517e0e9..31803b2 100644 --- a/src/java/com/samskivert/depot/DepotRepository.java +++ b/src/java/com/samskivert/depot/DepotRepository.java @@ -360,10 +360,6 @@ public abstract class DepotRepository /** * Loads all persistent objects that match the specified clauses. * - * @param skipCache if true, our normal mixed select strategy that allows cached records to be - * loaded from the cache will not be used even if it otherwise could. See {@link - * #findAll(Class,Collection)} for details on the mixed strategy. - * * @throws DatabaseException if any problem is encountered communicating with the database. */ protected List findAll (