File tree 1 file changed +2
-2
lines changed
src/main/java/org/springframework/data/mapping/model
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ static boolean isAccessible(Class<?> type) {
165
165
/**
166
166
* Checks whether the class is accessible by inspecting modifiers (i.e. whether the class is {@code private}).
167
167
*
168
- * @param type must not be {@literal null} .
168
+ * @param modifiers modifiers to check .
169
169
* @return {@literal true} if the {@code modifiers} do not indicate the private flag.
170
170
* @see Modifier#isPrivate(int)
171
171
*/
@@ -177,7 +177,7 @@ static boolean isAccessible(int modifiers) {
177
177
* Checks whether the modifiers express {@literal default} (not
178
178
* {@literal private}/{@literal protected}/{@literal public}).
179
179
*
180
- * @param type must not be {@literal null} .
180
+ * @param modifiers modifiers to check .
181
181
* @return {@literal true} if the {@code modifiers} indicate {@literal default}.
182
182
* @see Modifier#isPrivate(int)
183
183
*/
You can’t perform that action at this time.
0 commit comments