Skip to content

Commit

Permalink
Fix ObjectInputStream
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelillo15 committed May 24, 2024
1 parent 4215fcd commit 9557f4a
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ protected PluginObjectInputStream(java.io.InputStream in) throws IOException {

@Override
protected Object resolveObject(Object obj) throws IOException {

if (wrapper.isInstance(obj)) {
return obj;
}

return super.resolveObject(obj);
}
}

0 comments on commit 9557f4a

Please sign in to comment.