Commit 2cbd25cc by Suma Shivaprasad

Fixed compilation issue

parent b14d7ef3
...@@ -85,8 +85,7 @@ public abstract class ABridge implements IBridge { ...@@ -85,8 +85,7 @@ public abstract class ABridge implements IBridge {
ITypedReferenceableInstance refBean = null; ITypedReferenceableInstance refBean = null;
try { try {
refBean = type.convert(this.convertToReferencable(bean), Multiplicity.REQUIRED); refBean = type.convert(this.convertToReferencable(bean), Multiplicity.REQUIRED);
// String id = repo.createEntity(refBean, type.getName()); String id = repo.createEntity(refBean);
String id = null;
return id; return id;
} catch (IllegalArgumentException | IllegalAccessException e) { } catch (IllegalArgumentException | IllegalAccessException e) {
// TODO Auto-generated catch block // TODO Auto-generated catch block
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment