Skip to content

Commit 2c46503

Browse files
committed
Polishing.
Improve wording. Original pull request #3438 # Conflicts: # src/main/java/org/springframework/data/util/ReflectionUtils.java
1 parent ff2d154 commit 2c46503

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/org/springframework/data/util/KotlinReflectionUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ public static boolean hasValueClassProperty(Class<?> type) {
169169
}
170170

171171
/**
172-
* Returns {@literal true} whether the given {@link MethodParameter} is nullable. Its declaring method can reference a
172+
* Returns whether the given {@link MethodParameter} is nullable. Its declaring method can reference a
173173
* Kotlin function, property or interface property.
174174
*
175175
* @return {@literal true} if {@link MethodParameter} is nullable.

src/main/java/org/springframework/data/util/ReflectionUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ private static boolean argumentsMatch(Class<?>[] parameterTypes, Object[] argume
493493
}
494494

495495
/**
496-
* Returns {@literal true} whether the given {@link MethodParameter} is nullable. Nullable parameters are reference types
496+
* Returns whether the given {@link MethodParameter} is nullable. Nullable parameters are reference types
497497
* and ones that are defined in Kotlin as such.
498498
*
499499
* @return {@literal true} if {@link MethodParameter} is nullable.

0 commit comments

Comments
 (0)