DATAMONGO-1778 - Polishing.

Javadoc, modifiers.

Original pull request: #503.
This commit is contained in:
Mark Paluch
2017-10-02 10:35:10 +02:00
parent 10f13c8f37
commit 5b24d3fd0b

View File

@@ -575,7 +575,7 @@ public class Update {
*
* @author Christoph Strobl
*/
public static interface Modifier {
public interface Modifier {
/**
* @return the command to send eg. {@code $push}
@@ -926,7 +926,7 @@ public class Update {
/**
* Propagates {@link #value(Object)} to {@code $push}
*
* @param values
* @param value
* @return never {@literal null}.
*/
public Update value(Object value) {