Skip to content

Commit 48c8885

Browse files
committed
Polishing
See gh-1172
1 parent 015058b commit 48c8885

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: spring-graphql/src/main/java/org/springframework/graphql/data/ArgumentValue.java

+1
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ public Optional<T> asOptional() {
107107
/**
108108
* If a value is present, performs the given action with the value, otherwise does nothing.
109109
* @param action the action to be performed, if a value is present
110+
* @since 1.4.0
110111
*/
111112
public void ifPresent(Consumer<? super T> action) {
112113
Assert.notNull(action, "Action is required");

0 commit comments

Comments
 (0)