Skip to content

Commit 7b2bf2f

Browse files
committed
Remove unused method getJavaSourceClassPaths()
Signed-off-by: Paul Gooderham <turkeyonmarblerye@gmail.com>
1 parent 1eb9ff4 commit 7b2bf2f

File tree

1 file changed

+0
-9
lines changed
  • src/main/java/io/openliberty/tools/common/plugins/util

1 file changed

+0
-9
lines changed

src/main/java/io/openliberty/tools/common/plugins/util/DevUtil.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3445,15 +3445,6 @@ public void watchFiles(File outputDirectory, File testOutputDirectory, final Thr
34453445
}
34463446
}
34473447

3448-
/**
3449-
*
3450-
* @return {@code Collection<String>} of class paths
3451-
* @throws IOException
3452-
*/
3453-
public Collection<String> getJavaSourceClassPaths() throws IOException {
3454-
return getClassPaths(modifiedClasses);
3455-
}
3456-
34573448
/**
34583449
*
34593450
* @param classFiles javaSourceClassFiles that have been modified

0 commit comments

Comments
 (0)