Removed deprecated LazyAttributesMetadata.getAttributesInSameFetchGroup(...)

Signed-off-by: Jan Schatteman <jschatte@redhat.com>
This commit is contained in:
Jan Schatteman 2022-03-08 22:27:08 +01:00 committed by Steve Ebersole
parent 4b5d3e645b
commit 9fc2b3dea5
1 changed files with 0 additions and 9 deletions

View File

@ -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 );
}
}