Lines not necessary, were making ci fail
This commit is contained in:
parent
348d7de52c
commit
1f6b857c80
@ -11,8 +11,6 @@ public class PartsOfPaths {
|
|||||||
Paths.get("PartsOfPaths.java").toAbsolutePath();
|
Paths.get("PartsOfPaths.java").toAbsolutePath();
|
||||||
for(int i = 0; i < p.getNameCount(); i++)
|
for(int i = 0; i < p.getNameCount(); i++)
|
||||||
System.out.println(p.getName(i));
|
System.out.println(p.getName(i));
|
||||||
Path sub = p.subpath(3, p.getNameCount() - 2);
|
|
||||||
System.out.println(sub);
|
|
||||||
System.out.println("ends with '.java': " +
|
System.out.println("ends with '.java': " +
|
||||||
p.endsWith(".java"));
|
p.endsWith(".java"));
|
||||||
for(Path pp : p) {
|
for(Path pp : p) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user