Skip to content

Commit 42061b2

Browse files
committed
Remove dead code
1 parent a7f27d1 commit 42061b2

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

testcontainers-advanced-imagebuilder/src/main/java/software/xdev/testcontainers/imagebuilder/compat/DockerfileCOPYParentsEmulator.java

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -101,25 +101,4 @@ protected Stream<String> handleLine(final String line, final Set<String> relativ
101101
+ (!lineAfterArgsFinal.isEmpty() ? " " + lineAfterArgsFinal : "")
102102
+ " " + e.getValue());
103103
}
104-
105-
// public static void main(final String[] args)
106-
// {
107-
// System.out.println(String.join(
108-
// "\n", new DockerfileCOPYParentsEmulator().modify(
109-
// List.of(
110-
// "COPY --parents mvnw .mvn/** --abc ./",
111-
// "COPY --parents **/pom.xml ./",
112-
// "COPY --parents abc/def.txt ./"
113-
// ), Set.of(
114-
// ".mvn/wrapper/maven-wrapper.properties",
115-
// "mvnw",
116-
// "Dockerfile",
117-
// "pom.xml",
118-
// "a/pom.xml",
119-
// "a/b/pom.xml",
120-
// "a/b/c/pom.xml",
121-
// "abc/def.txt",
122-
// "ignoreme.txt"
123-
// ))));
124-
// }
125104
}

0 commit comments

Comments
 (0)