HHH-10427 - Fix Checkstyle error

This commit is contained in:
Andrea Boriero 2016-06-09 18:49:45 +01:00
parent dfa3f52e25
commit 1beb6ec27b
1 changed files with 2 additions and 1 deletions

View File

@ -363,7 +363,8 @@ public abstract class AbstractServiceRegistryImpl
serviceBindingList.clear();
}
serviceBindingMap.clear();
} finally {
}
finally {
parent.deRegisterChild( this );
}
}