Commit 584985c7 authored by Stephane Nicoll's avatar Stephane Nicoll

Polish

parent e95cda10
...@@ -221,7 +221,7 @@ public final class PropertyMapper { ...@@ -221,7 +221,7 @@ public final class PropertyMapper {
} }
/** /**
* Return a filtered version of the source that will only map values that * Return a filtered version of the source that will only map values that are
* {@code true}. * {@code true}.
* @return a new filtered source instance * @return a new filtered source instance
*/ */
...@@ -230,7 +230,7 @@ public final class PropertyMapper { ...@@ -230,7 +230,7 @@ public final class PropertyMapper {
} }
/** /**
* Return a filtered version of the source that will only map values that * Return a filtered version of the source that will only map values that are
* {@code false}. * {@code false}.
* @return a new filtered source instance * @return a new filtered source instance
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment