Commit 574e20a0 by chaitali borole Committed by nixonrodrigues

ATLAS-3783 : DSL query search should return results for both the relationship edge directions. #2

parent 0571fa42
......@@ -159,7 +159,8 @@ public class IdentifierHelper {
updateSubTypes(lookup, context);
}
} catch (NullPointerException ex) {
context.getErrorList().add("NullPointerException");
String exception = (StringUtils.isNotEmpty(ex.getMessage()) ? ex.getMessage() : "Exception");
context.getErrorList().add(exception);
}
}
......
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