DATACMNS-1101 - User method invocation over reference to avoid compiler error in Eclipse.

This commit is contained in:
Oliver Gierke
2017-07-03 14:17:15 +02:00
parent 4a04251a81
commit f78793ceeb

View File

@@ -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(" "));