File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/org/springframework/data/mapping/model Expand file tree Collapse file tree 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) {
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 */
You can’t perform that action at this time.
0 commit comments