Skip to content

Commit 2f81066

Browse files
committed
Polishing.
Fix Javadoc references. See #2915
1 parent 80ddc66 commit 2f81066

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/springframework/data/mapping/model/BytecodeUtil.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ static boolean isAccessible(Class<?> type) {
165165
/**
166166
* Checks whether the class is accessible by inspecting modifiers (i.e. whether the class is {@code private}).
167167
*
168-
* @param type must not be {@literal null}.
168+
* @param modifiers modifiers to check.
169169
* @return {@literal true} if the {@code modifiers} do not indicate the private flag.
170170
* @see Modifier#isPrivate(int)
171171
*/
@@ -177,7 +177,7 @@ static boolean isAccessible(int modifiers) {
177177
* Checks whether the modifiers express {@literal default} (not
178178
* {@literal private}/{@literal protected}/{@literal public}).
179179
*
180-
* @param type must not be {@literal null}.
180+
* @param modifiers modifiers to check.
181181
* @return {@literal true} if the {@code modifiers} indicate {@literal default}.
182182
* @see Modifier#isPrivate(int)
183183
*/

0 commit comments

Comments
 (0)