TotalCross / totalcross

TotalCross is a Software Development Kit that helps cross platform application development. Currently supported platforms are: Windows, Wince, Android, iOS, Linux and Linux ARM for embedded systems.
https://www.totalcross.com
GNU Lesser General Public License v2.1
220 stars 40 forks source link

Totalcross is using java.util.Objects instead of totalcross.util.Objects after deploy #276

Closed ricardobna closed 3 years ago

ricardobna commented 3 years ago

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.

flsobral commented 3 years ago

Fixed by #281