Optional returns null value
The problem I’m facing is, when returning Optional i get null value.As I tought the purpose of Optional type is to avoid null values I’m a bit confused now.
This is my code:
PlayerController.java
Optional returnes null value
The problem I’m facing is, when returning Optional i get null value.As I tought the purpose of Optional type is to avoid null values I’m a bit confused now.
This is my code:
PlayerController.java