Skip to content

Commit 1f6b857

Browse files
author
Bruce Eckel
committed
Lines not necessary, were making ci fail
1 parent 348d7de commit 1f6b857

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

files/PartsOfPaths.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ public static void main(String[] args) {
1111
Paths.get("PartsOfPaths.java").toAbsolutePath();
1212
for(int i = 0; i < p.getNameCount(); i++)
1313
System.out.println(p.getName(i));
14-
Path sub = p.subpath(3, p.getNameCount() - 2);
15-
System.out.println(sub);
1614
System.out.println("ends with '.java': " +
1715
p.endsWith(".java"));
1816
for(Path pp : p) {

0 commit comments

Comments
 (0)