Skip to content

Commit

Permalink
fix: removed clear method
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Peterson <[email protected]>
  • Loading branch information
mattp-swirldslabs committed Aug 1, 2024
1 parent bbec8cd commit 395fb94
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@
public class ObjectEvent<T> {
T val;

public void clear() {
val = null;
}

public void set(T val) {
this.val = val;
}
Expand Down

0 comments on commit 395fb94

Please sign in to comment.