fixed typo

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@553911 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Patrick Linskey 2007-07-06 14:48:02 +00:00
parent e286a915d5
commit d99571342f
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ public interface StoreContext {
* @param oids the oids of the objects to return
* @return the objects that were looked up, in the same order as the oids
* parameter
* @see #find(Object,boolean)
* @see #find(Object,boolean,call)
*/
public Object[] findAll(Collection oids, boolean validate,
FindCallbacks call);