Skip to content

Commit 090cdfc

Browse files
8294726: Update URLs in minefield tests
Reviewed-by: darcy, iris
1 parent ed40d88 commit 090cdfc

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

test/langtools/tools/javac/Paths/ClassPath.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
* Converted from Class-Path.sh, originally written by Martin Buchholz.
3737
*
3838
* For the last version of the original, Class-Path.sh, see
39-
* https://github.com/openjdk/jdk/blob/jdk-19%2B36/test/langtools/tools/javac/Paths/Class-Path.sh
39+
* https://git.openjdk.org/jdk/blob/jdk-19%2B36/test/langtools/tools/javac/Paths/Class-Path.sh
4040
*
4141
* This class primarily tests that the Class-Path attribute in jar files
4242
* is handled the same way by javac and java. It also has various tests

test/langtools/tools/javac/Paths/ClassPath2.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
* Converted from Class-Path2.sh, originally written by Martin Buchholz.
3535
*
3636
* For the last version of the original, Class-Path2.sh, see
37-
* https://github.com/openjdk/jdk/blob/jdk-19%2B36/test/langtools/tools/javac/Paths/Class-Path2.sh
37+
* https://git.openjdk.org/jdk/blob/jdk-19%2B36/test/langtools/tools/javac/Paths/Class-Path2.sh
3838
*
3939
* This class provides additional tests for the Class-Path attribute in jar
4040
* files, when the entries are not in the same directory.

test/langtools/tools/javac/Paths/Diagnostics.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
* Converted from Diagnostics.sh, originally written by Martin Buchholz.
3636
*
3737
* For the last version of the original, Diagnostics.sh, see
38-
* https://github.com/openjdk/jdk/blob/jdk-19%2B36/test/langtools/tools/javac/Paths/Diagnostics.sh
38+
* https://git.openjdk.org/jdk/blob/jdk-19%2B36/test/langtools/tools/javac/Paths/Diagnostics.sh
3939
*
4040
* This class primarily tests that javac generates warnings or errors
4141
* as appropriate for various input conditions.

test/langtools/tools/javac/Paths/Help.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* Converted from Help.sh, originally written by Martin Buchholz
3333
*
3434
* For the last version of the original, Help.sh, see
35-
* https://github.com/openjdk/jdk/blob/jdk-19%2B36/test/langtools/tools/javac/Paths/Help.sh
35+
* https://git.openjdk.org/jdk/blob/jdk-19%2B36/test/langtools/tools/javac/Paths/Help.sh
3636
*
3737
* This class provides rudimentary tests of the javac command-line help.
3838
*/

test/langtools/tools/javac/Paths/MineField.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
* Converted from MineField.sh, originally written by Martin Buchholz.
3636
*
3737
* For the last version of the original, MineField.sh, see
38-
* https://github.com/openjdk/jdk/blob/jdk-19%2B36/test/langtools/tools/javac/Paths/MineField.sh
38+
* https://git.openjdk.org/jdk/blob/jdk-19%2B36/test/langtools/tools/javac/Paths/MineField.sh
3939
*
4040
* This class primarily tests that javac and the java launcher provide
4141
* equivalent handling of all path-related options, like {@code -classpath}.

test/langtools/tools/javac/Paths/WildcardMineField.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
* Converted from wcMineField.sh, originally written by Martin Buchholz.
3535
*
3636
* For the last version of the original, wcMineField.sh, see
37-
* https://github.com/openjdk/jdk/blob/jdk-19%2B36/test/langtools/tools/javac/Paths/wcMineField.sh
37+
* https://git.openjdk.org/jdk/blob/jdk-19%2B36/test/langtools/tools/javac/Paths/wcMineField.sh
3838
*
3939
* This class primarily tests support for "classpath wildcards", which is a feature
4040
* by which elements of a classpath option ending in {@code *} are expanded into

0 commit comments

Comments
 (0)