Skip to content

Commit 281814b

Browse files
smallyardmarcphilipp
authored andcommitted
Fix comment (#422)
1 parent e2f122d commit 281814b

File tree

1 file changed

+1
-1
lines changed
  • junit-platform-engine/src/main/java/org/junit/platform/engine

1 file changed

+1
-1
lines changed

junit-platform-engine/src/main/java/org/junit/platform/engine/UniqueId.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ public static class Segment {
193193
* Create a new {@code Segment} using the supplied {@code type} and
194194
* {@code value}.
195195
*
196-
* @param type the type of the segment
196+
* @param type the type of this segment
197197
* @param value the value of this segment
198198
*/
199199
Segment(String type, String value) {

0 commit comments

Comments
 (0)