No effective change - format and imports only

This commit is contained in:
Rob Bygrave
2017-02-24 00:06:13 +13:00
parent 40f5596837
commit 35f3f53443
63 changed files with 1451 additions and 1457 deletions
@@ -1,10 +1,9 @@
package io.ebeaninternal.server.deploy;
import java.util.Map;
import io.ebeaninternal.server.deploy.meta.DeployBeanPropertyAssocOne;
import javax.persistence.PersistenceException;
import io.ebeaninternal.server.deploy.meta.DeployBeanPropertyAssocOne;
import java.util.Map;
/**
* Creates BeanProperties for Embedded beans that have deployment information
@@ -23,7 +22,7 @@ public class BeanEmbeddedMetaFactory {
BeanDescriptor<?> targetDesc = owner.getBeanDescriptor(prop.getTargetType());
if (targetDesc == null) {
String msg = "Could not find BeanDescriptor for " + prop.getTargetType()
+ ". Perhaps the EmbeddedId class is not registered?";
+ ". Perhaps the EmbeddedId class is not registered?";
throw new PersistenceException(msg);
}