aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/junit/experimental/theories/ParametersSuppliedBy.java
diff options
context:
space:
mode:
authorPete Bentley <prb@google.com>2021-02-21 18:26:28 +0000
committerPete Bentley <prb@google.com>2021-03-02 23:54:01 +0000
commit8e80a2a7b89329f95cb41e8b2981044362478c04 (patch)
treec863bdca20bca95fc2dcfa52c63c84b048d61751 /src/main/java/org/junit/experimental/theories/ParametersSuppliedBy.java
parent565f36d28118dce0c0a08fe71924dcd25e039022 (diff)
downloadjunit-8e80a2a7b89329f95cb41e8b2981044362478c04.tar.gz
Upgrade external/junit to 4.13.2
Contains just the changes from 4.12 to 4.13.2 and undoes local Android changes. Will re-patch those in in subsequent CLs. This change re-lands https://r.android.com/1598413. Bug: 129054170 Test: m Change-Id: I6135799c8be5db2ec4c3f13951c18c072427e30d
Diffstat (limited to 'src/main/java/org/junit/experimental/theories/ParametersSuppliedBy.java')
-rw-r--r--src/main/java/org/junit/experimental/theories/ParametersSuppliedBy.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/org/junit/experimental/theories/ParametersSuppliedBy.java b/src/main/java/org/junit/experimental/theories/ParametersSuppliedBy.java
index 15b5d95..846a39e 100644
--- a/src/main/java/org/junit/experimental/theories/ParametersSuppliedBy.java
+++ b/src/main/java/org/junit/experimental/theories/ParametersSuppliedBy.java
@@ -17,7 +17,7 @@ import java.lang.annotation.Target;
*
* In addition, annotations themselves can be annotated with
* &#064;ParametersSuppliedBy, and then used similarly. ParameterSuppliedBy
- * annotations on parameters are detected by searching up this heirarchy such
+ * annotations on parameters are detected by searching up this hierarchy such
* that these act as syntactic sugar, making:
*
* <pre>