Skip to content

Commit d3f059d

Browse files
committed
GH-1192 - Polish Javadoc of PackageName.
1 parent f8f891d commit d3f059d

File tree

1 file changed

+2
-2
lines changed
  • spring-modulith-core/src/main/java/org/springframework/modulith/core

1 file changed

+2
-2
lines changed

spring-modulith-core/src/main/java/org/springframework/modulith/core/PackageName.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ public static PackageName ofType(String fullyQualifiedName) {
8181
}
8282

8383
/**
84-
* Creates a new {@link PackageName} for the given fully-qualified type name.
84+
* Creates a new {@link PackageName} for the given type.
8585
*
86-
* @param fullyQualifiedName must not be {@literal null} or empty.
86+
* @param type must not be {@literal null} or empty.
8787
* @return will never be {@literal null}.
8888
* @since 2.0
8989
*/

0 commit comments

Comments
 (0)