Skip to content

Commit dfd2599

Browse files
committed
print out conflict check results
Former-commit-id: 34b196158f34c72c10f48489c61d8d398d3db8f1
1 parent 0118640 commit dfd2599

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/com/oracle/weblogicx/imagebuilder/builder/util

1 file changed

+1
-1
lines changed

src/main/java/com/oracle/weblogicx/imagebuilder/builder/util/ARUUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ public static boolean validatePatches(List<String> patches, String category, Str
165165
try {
166166
NodeList conflictSets = XPathUtil.applyXPathReturnNodeList(result, "/conflict_sets");
167167
if (conflictSets.getLength() == 0)
168-
return true;
168+
return true;
169169
} catch (XPathExpressionException xpe) {
170170
throw new IOException(xpe);
171171

0 commit comments

Comments
 (0)