Advertisement
Guest User

Untitled

a guest
Jun 15th, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. public void setFoo(String foo) {
  2. this.foo = (foo != null) ? foo.toUpperCase() : null;
  3. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement