Fix checkstyle issue due to improper use of spacing
This commit is contained in:
parent
e6d3ad5013
commit
d658295025
|
@ -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() + "]"
|
||||
);
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue