Skip to content

Commit

Permalink
Remove System.out
Browse files Browse the repository at this point in the history
  • Loading branch information
radcortez committed Feb 3, 2025
1 parent 2e5ca14 commit a52a149
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -268,13 +268,7 @@ public Value get() {
}
};

System.out.println(first.get().value);
System.out.println(second.get().value);

value.value = "something else";

System.out.println(first.get().value);
System.out.println(second.get().value);
}

public static class Value {
Expand Down

0 comments on commit a52a149

Please sign in to comment.