HHH-11495 Add a missing @Override
This commit is contained in:
parent
6c5e71fc40
commit
600164869b
|
@ -625,6 +625,7 @@ public class MetamodelImpl implements MetamodelImplementor, Serializable {
|
||||||
* and excluding mapped subclasses/joined-subclasses of other classes in the result.
|
* and excluding mapped subclasses/joined-subclasses of other classes in the result.
|
||||||
* @throws MappingException
|
* @throws MappingException
|
||||||
*/
|
*/
|
||||||
|
@Override
|
||||||
public String[] getImplementors(String className) throws MappingException {
|
public String[] getImplementors(String className) throws MappingException {
|
||||||
// computeIfAbsent() can be a contention point and we expect all the values to be in the map at some point so
|
// computeIfAbsent() can be a contention point and we expect all the values to be in the map at some point so
|
||||||
// let's do an optimistic check first
|
// let's do an optimistic check first
|
||||||
|
|
Loading…
Reference in New Issue