Skip to content

Commit

Permalink
Fixes in memory management
Browse files Browse the repository at this point in the history
  • Loading branch information
sergioherrera2 committed Oct 26, 2018
1 parent 7ebedec commit d31d7e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Binary file modified bin/presentation/P2.class
Binary file not shown.
3 changes: 1 addition & 2 deletions src/presentation/P2.java
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,7 @@ public static void stresstest() {
f.insert(n2);
f.insert(n3);
} catch (Exception e) {
System.err.println("Limit reached.");
e.printStackTrace();
System.err.println(e.getMessage());
}
}
}
Expand Down

0 comments on commit d31d7e6

Please sign in to comment.