Skip to content

Commit 78315a7

Browse files
committed
Remove unused method
1 parent 772aaa3 commit 78315a7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

maven-release-manager/src/test/java/org/apache/maven/shared/release/phase/AbstractReleaseTestCase.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -276,10 +276,6 @@ protected void comparePomFiles(MavenProject project, String expectedFileSuffix,
276276
comparePomFiles(expectedFile, actualFile, normalizeLineEndings, false);
277277
}
278278

279-
protected void comparePomFiles(File expectedFile, File actualFile) throws IOException {
280-
comparePomFiles(expectedFile, actualFile, true, false);
281-
}
282-
283279
protected void comparePomFiles(
284280
File expectedFile, File actualFile, boolean normalizeLineEndings, boolean ignoreComments)
285281
throws IOException {

0 commit comments

Comments
 (0)