Open adhikasp opened 7 years ago
False public Boolean createUser
public Boolean createUser
Correct public User createUser
public User createUser
It's likely that we want to manipulate or use the created instance further. Beside we can also check the success condition by checking notNull.
False
public Boolean createUser
Correct
public User createUser
It's likely that we want to manipulate or use the created instance further. Beside we can also check the success condition by checking notNull.