Commit 2cbd25cc by Suma Shivaprasad

Fixed compilation issue

parent b14d7ef3
......@@ -85,8 +85,7 @@ public abstract class ABridge implements IBridge {
ITypedReferenceableInstance refBean = null;
try {
refBean = type.convert(this.convertToReferencable(bean), Multiplicity.REQUIRED);
// String id = repo.createEntity(refBean, type.getName());
String id = null;
String id = repo.createEntity(refBean);
return id;
} catch (IllegalArgumentException | IllegalAccessException e) {
// 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