mirror of https://github.com/apache/openjpa.git
OPENJPA-357, OPENJPA-358. Changing @since tag to 1.1.0.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@616905 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
70f3a94b36
commit
8d161ff99e
|
@ -190,7 +190,7 @@ public class FetchGroup
|
|||
* @see #addDeclaredInclude(String)
|
||||
*
|
||||
* @return true if given parent is a new addition. false othrwise.
|
||||
* @since 1.1.1
|
||||
* @since 1.1.0
|
||||
*/
|
||||
public boolean addContainedBy(FetchGroup parent) {
|
||||
parent.addDeclaredInclude(this.getName());
|
||||
|
@ -204,7 +204,7 @@ public class FetchGroup
|
|||
* included.
|
||||
*
|
||||
* @see #addContainedBy(FetchGroup)
|
||||
* @since 1.1.1
|
||||
* @since 1.1.0
|
||||
*/
|
||||
public Set getContainedBy() {
|
||||
return (_containedBy == null) ? Collections.EMPTY_SET :
|
||||
|
|
Loading…
Reference in New Issue