DATACMNS-1101 - User method invocation over reference to avoid compiler error in Eclipse.
This commit is contained in:
@@ -298,7 +298,7 @@ public abstract class AnnotationBasedPersistentProperty<P extends PersistentProp
|
||||
}
|
||||
|
||||
String builder = annotationCache.values().stream() //
|
||||
.flatMap(Optionals::toStream) //
|
||||
.flatMap(it -> Optionals.toStream(it)) //
|
||||
.map(Object::toString) //
|
||||
.collect(Collectors.joining(" "));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user