We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2f122d commit 281814bCopy full SHA for 281814b
junit-platform-engine/src/main/java/org/junit/platform/engine/UniqueId.java
@@ -193,7 +193,7 @@ public static class Segment {
193
* Create a new {@code Segment} using the supplied {@code type} and
194
* {@code value}.
195
*
196
- * @param type the type of the segment
+ * @param type the type of this segment
197
* @param value the value of this segment
198
*/
199
Segment(String type, String value) {
0 commit comments