mirror of https://github.com/apache/openjpa.git
fixed typo
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@553911 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e286a915d5
commit
d99571342f
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue