Skip to content

Commit

Permalink
ArrayLists are OK too
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewQuijano committed May 8, 2024
1 parent 66ca597 commit 0df7e5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/shared.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ public class shared {
public static ValidatingObjectInputStream get_ois(Socket socket) throws IOException {
ValidatingObjectInputStream ois = new ValidatingObjectInputStream(socket.getInputStream());
ois.accept(
java.util.ArrayList.class,
java.util.List.class,
BigIntPoint.class,
java.lang.Number.class,
Expand Down

0 comments on commit 0df7e5f

Please sign in to comment.