Closed ricardobna closed 3 years ago
When using the class Objects it's using the javal.util.Objects instead of totalcross.util.Objects.
Use the class Objects with the import java.util.Objects instead of totalcross.util.Objects.
Fixed by #281
Description
When using the class Objects it's using the javal.util.Objects instead of totalcross.util.Objects.
To Reproduce
Use the class Objects with the import java.util.Objects instead of totalcross.util.Objects.