Skip to content

Commit 8254216

Browse files
committed
Add Javadoc for packages in junit-commons
1 parent a677857 commit 8254216

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/**
2+
* Internal meta-annotations.
3+
*
4+
* <h3>DISCLAIMER</h3>
5+
*
6+
* <p>These classes are intended solely for usage within the JUnit framework
7+
* itself. <strong>Any usage by external parties is not supported.</strong>
8+
* Use at your own risk!
9+
*/
10+
11+
package org.junit.gen5.commons.meta;
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/**
2+
* Internal common library of JUnit.
3+
*
4+
* <h3>DISCLAIMER</h3>
5+
*
6+
* <p>These utilities are intended solely for usage within the JUnit framework
7+
* itself. <strong>Any usage by external parties is not supported.</strong>
8+
* Use at your own risk!
9+
*/
10+
11+
package org.junit.gen5.commons;

junit-commons/src/main/java/org/junit/gen5/commons/util/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Common utilities for JUnit.
2+
* Internal common utilities for JUnit.
33
*
44
* <h3>DISCLAIMER</h3>
55
*

0 commit comments

Comments
 (0)