Skip to content

Commit

Permalink
fix compilation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mrieser committed Dec 31, 2023
1 parent e86faee commit 1751ed6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ public static Object getObject(ByteBuffer buffer) {
return oin.readObject();
} catch (IOException | ClassNotFoundException e) {
e.printStackTrace();
return null;
}
}

Expand Down

0 comments on commit 1751ed6

Please sign in to comment.