File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -381,10 +381,10 @@ find "${LIBRARY_JAVA_SOURCE_ROOT}/java8/nio/file" -iname '*.java' -type f -print
381381-e " s/\b([A-Za-z][A-Za-z0-9_]*)\.lines\(\)/java8.io.BufferedReaders.lines(\1)/g"
382382
383383git apply << EOF
384- diff --git a/library/src/main/java/ java8/nio/file/DirectoryIteratorException.java b/library/src/main/java /java8/nio/file/DirectoryIteratorException.java
384+ diff --git a/${LIBRARY_JAVA_SOURCE_ROOT} / java8/nio/file/DirectoryIteratorException.java b/${LIBRARY_JAVA_SOURCE_ROOT} /java8/nio/file/DirectoryIteratorException.java
385385index 7356794..fd0d53d 100644
386- --- a/library/src/main/java /java8/nio/file/DirectoryIteratorException.java
387- +++ b/library/src/main/java /java8/nio/file/DirectoryIteratorException.java
386+ --- a/${LIBRARY_JAVA_SOURCE_ROOT} /java8/nio/file/DirectoryIteratorException.java
387+ +++ b/${LIBRARY_JAVA_SOURCE_ROOT} /java8/nio/file/DirectoryIteratorException.java
388388@@ -56,7 +56,9 @@ public final class DirectoryIteratorException
389389 * if the cause is {@code null}
390390 */
You can’t perform that action at this time.
0 commit comments