Fix checkstyle issue due to improper use of spacing

This commit is contained in:
Vlad Mihalcea 2016-05-19 17:08:11 +03:00
parent e6d3ad5013
commit d658295025
1 changed files with 12 additions and 11 deletions

View File

@ -144,7 +144,8 @@ public class JavaTypeDescriptorRegistry {
@Override
protected T deepCopyNotNull(T value) {
throw new HibernateException(
"Not known how to deep copy value of type: [" + type.getName() + "]"
"Not known how to deep copy value of type: [" + type
.getName() + "]"
);
}
};