Browse Source

Polishing.

Improve wording.

Original pull request #3438
pull/3439/head
Jens Schauder 4 weeks ago
parent
commit
a849d6c7b5
No known key found for this signature in database
GPG Key ID: 2BE5D185CD2A1CE6
  1. 2
      src/main/java/org/springframework/data/util/KotlinReflectionUtils.java
  2. 2
      src/main/java/org/springframework/data/util/ReflectionUtils.java

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

@ -169,7 +169,7 @@ public final class KotlinReflectionUtils {
} }
/** /**
* Returns {@literal true} whether the given {@link MethodParameter} is nullable. Its declaring method can reference a * Returns whether the given {@link MethodParameter} is nullable. Its declaring method can reference a
* Kotlin function, property or interface property. * Kotlin function, property or interface property.
* *
* @return {@literal true} if {@link MethodParameter} is nullable. * @return {@literal true} if {@link MethodParameter} is nullable.

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

@ -479,7 +479,7 @@ public final class ReflectionUtils {
} }
/** /**
* Returns {@literal true} whether the given {@link MethodParameter} is nullable. Nullable parameters are reference types * Returns whether the given {@link MethodParameter} is nullable. Nullable parameters are reference types
* and ones that are defined in Kotlin as such. * and ones that are defined in Kotlin as such.
* *
* @return {@literal true} if {@link MethodParameter} is nullable. * @return {@literal true} if {@link MethodParameter} is nullable.

Loading…
Cancel
Save