We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f03f7f5 commit 02626b9Copy full SHA for 02626b9
README.md
@@ -567,9 +567,6 @@ public final class Joe {
567
568
@Action(inputType = Actor.Request.class)
569
public Value setLanguage(Actor.Request msg, ActorContext<Actor.State> context) {
570
- if (context.getState().isPresent()) {
571
- }
572
-
573
return Value.at()
574
.response(Actor.Reply.newBuilder()
575
.setResponse(messageService.getDefaultMessage())
0 commit comments