Skip to content

Commit

Permalink
removed dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
eroispaziali committed Oct 25, 2016
1 parent f2e5572 commit 25cd522
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/main/java/com/spaceheroes/util/FlowUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,6 @@ public static void createFlowDeletionPack(String sourcePath, String outputPath)
List<FlowFile> nextVersionFlows = FlowUtils.getFlowFiles(sourcePath + "/flows");
FlowUtils.createFlowDeletionPack(outputPath, nextVersionFlows);
}
// public static void createFlowDeletionPack(String flowPath, String outputPath) throws IOException {
// List<FlowFile> flowFiles = getFlowFiles(flowPath);
// createFlowDeletionPack(outputPath + "/destructiveChanges.xml", flowFiles);
// }

private static void createFlowInactivationPack(Manifest manifest, String path, List<FlowFile> flowFiles) throws IOException {
File root = new File(path);
Expand Down Expand Up @@ -106,8 +102,6 @@ public static void createFlowInactivation(String srcPath, String outputPath, boo
}
}



private static void createFlowDeletionPack(Manifest existingManifest, String path) throws IOException {
File root = new File(path);
String filePath = root.getPath() + "/" + "destructiveChangesPost.xml";
Expand Down

0 comments on commit 25cd522

Please sign in to comment.