Skip to content

Commit

Permalink
remove conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
tepi committed Nov 15, 2024
1 parent 9717409 commit 14b2148
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,6 @@ private static void callErrorHandler(UI ui, JsonObject invocationJson,
ui.getSession().getErrorHandler().error(event);
}

<<<<<<< HEAD
protected String getMessage(Reader reader) throws IOException {

StringBuilder sb = new StringBuilder(
Expand All @@ -587,8 +586,6 @@ protected String getMessage(Reader reader) throws IOException {
return sb.toString();
}

=======
>>>>>>> origin/fix/move-blocking-calls-outside-session-lock
private static Logger getLogger() {
return LoggerFactory.getLogger(ServerRpcHandler.class.getName());
}
Expand Down

0 comments on commit 14b2148

Please sign in to comment.