HHH-11495 Add a missing @Override

This commit is contained in:
Yoann Rodière 2018-07-03 13:34:46 +02:00 committed by Guillaume Smet
parent 6c5e71fc40
commit 600164869b
1 changed files with 1 additions and 0 deletions

View File

@ -625,6 +625,7 @@ public class MetamodelImpl implements MetamodelImplementor, Serializable {
* and excluding mapped subclasses/joined-subclasses of other classes in the result.
* @throws MappingException
*/
@Override
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
// let's do an optimistic check first