Removed deprecated LazyAttributesMetadata.getAttributesInSameFetchGroup(...)
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
This commit is contained in:
parent
4b5d3e645b
commit
9fc2b3dea5
|
@ -151,13 +151,4 @@ public class LazyAttributesMetadata implements Serializable {
|
|||
}
|
||||
return list;
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated This method is not being used and as such will be removed
|
||||
*/
|
||||
@Deprecated
|
||||
public Set<String> getAttributesInSameFetchGroup(String attributeName) {
|
||||
final String fetchGroupName = getFetchGroupName( attributeName );
|
||||
return getAttributesInFetchGroup( fetchGroupName );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue