Skip to content

Commit

Permalink
AMP-30300 allow to disable aggrement code
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeanquin-dg committed Oct 1, 2021
1 parent 30efa8a commit a60e1a3
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,6 @@ public static void recordNewPatchesInDir(String appPath, File dir,
}
continue;
}
/*if(f.getName().endsWith(".class")){
continue;
}*/
if (patchNames.contains(f.getName())) {

AmpXmlPatch patch = patchesMap.get(f.getName());
Expand Down

0 comments on commit a60e1a3

Please sign in to comment.