Skip to content

Commit 02626b9

Browse files
committed
Adjusts
1 parent f03f7f5 commit 02626b9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -567,9 +567,6 @@ public final class Joe {
567567

568568
@Action(inputType = Actor.Request.class)
569569
public Value setLanguage(Actor.Request msg, ActorContext<Actor.State> context) {
570-
if (context.getState().isPresent()) {
571-
}
572-
573570
return Value.at()
574571
.response(Actor.Reply.newBuilder()
575572
.setResponse(messageService.getDefaultMessage())

0 commit comments

Comments
 (0)