aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/junit/internal/runners/InitializationError.java
diff options
context:
space:
mode:
authorDavid Srbecky <dsrbecky@google.com>2021-02-24 16:24:07 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-02-24 16:24:07 +0000
commit565f36d28118dce0c0a08fe71924dcd25e039022 (patch)
tree81124de095a6b4a53b223d0f70cadde9744ee44a /src/main/java/org/junit/internal/runners/InitializationError.java
parentd1359663578e2a49e74ed74eb10d4b663d58cf3f (diff)
parent08a6d4b74555db6d01048fc7065eb1e2bfaf33bc (diff)
downloadjunit-565f36d28118dce0c0a08fe71924dcd25e039022.tar.gz
Merge changes from topic "revert-1601635-AIQYZOHWTP"
* changes: Revert "Upgrade external/junit to 4.13.2" Revert "Extra generic type information to aid certain javacs." Revert "Remove DisableOnDebug (new in 4.12) as it is not support..." Revert "Remove support for stuck threads"
Diffstat (limited to 'src/main/java/org/junit/internal/runners/InitializationError.java')
-rw-r--r--src/main/java/org/junit/internal/runners/InitializationError.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/org/junit/internal/runners/InitializationError.java b/src/main/java/org/junit/internal/runners/InitializationError.java
index 484f58d..52065ec 100644
--- a/src/main/java/org/junit/internal/runners/InitializationError.java
+++ b/src/main/java/org/junit/internal/runners/InitializationError.java
@@ -15,7 +15,7 @@ public class InitializationError extends Exception {
/*
* We have to use the f prefix until the next major release to ensure
* serialization compatibility.
- * See https://github.com/junit-team/junit4/issues/976
+ * See https://github.com/junit-team/junit/issues/976
*/
private final List<Throwable> fErrors;