Skip to content

Commit e8060b6

Browse files
committed
checked in the main
Former-commit-id: 005aeccb5ca53c3b768c6849d8e9343ec8ec6c64
1 parent 2d70f0b commit e8060b6

File tree

1 file changed

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

1 file changed

+0
-15
lines changed

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

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -476,20 +476,5 @@ public static boolean checkCredentials(String username, String password) {
476476
return true;
477477
}
478478

479-
public static void main(String args[]) throws Exception {
480-
481-
// public static ValidationResult validatePatches(String lsInventoryPath, List<String> patches, String category,
482-
// String version, String userId, String password) throws IOException {
483-
484-
List<String> patches = new ArrayList<String>();
485-
patches.add("26261906");
486-
487-
ARUUtil.validatePatches("/home/johnny/Downloads//conflict-demo/myinv.txt", null, null, null, "johnny"
488-
489-
"iJCPiUah7jdmLk1E");
490-
// ARUUtil.validatePatches(null, patches, null, null, "johnny"
491-
492-
// "iJCPiUah7jdmLk1E");
493-
}
494479
}
495480

0 commit comments

Comments
 (0)