Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
  • Loading branch information
arjantijms committed Jan 18, 2024
1 parent 7fcb175 commit a30cff4
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -190,8 +190,7 @@ private Principal parse(byte[] pbytes) {

try {
return (Principal) ois.readObject();
}
catch (ClassNotFoundException e) {
} catch (ClassNotFoundException e) {
closeSafely(bais);
closeSafely(bis);
closeSafely(ois);
Expand Down

0 comments on commit a30cff4

Please sign in to comment.