Skip to content

Commit

Permalink
Removed deprecated LazyAttributesMetadata.getAttributesInSameFetchGro…
Browse files Browse the repository at this point in the history
…up(...)

Signed-off-by: Jan Schatteman <[email protected]>
  • Loading branch information
jrenaat authored and sebersole committed Mar 9, 2022
1 parent 4b5d3e6 commit 9fc2b3d
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,13 +151,4 @@ public List<LazyAttributeDescriptor> getFetchGroupAttributeDescriptors(String gr
}
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 );
}
}

0 comments on commit 9fc2b3d

Please sign in to comment.