Skip to content

Commit

Permalink
Allow java 8.
Browse files Browse the repository at this point in the history
  • Loading branch information
dario-weswit committed Jun 5, 2023
1 parent ed81c21 commit c69b270
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public CompletionStage<String> notifyUserMessage(String user, String session, St
this.loadChatFeed();
this.handleChatMessage(pieces,message,session);

return CompletableFuture.completedStage(null);
return CompletableFuture.completedFuture(null);
}

public void notifyNewSession(String user, String session, Map sessionInfo)
Expand Down

0 comments on commit c69b270

Please sign in to comment.