Remove unnecessary null check.
UserPropery promises it's set, and even if it somehow wasn't, this would have thrown a NullPointerException two lines earlier.
Loading
Please register or sign in to comment
UserPropery promises it's set, and even if it somehow wasn't, this would have thrown a NullPointerException two lines earlier.