We created GwtHelper that provides error-safe and GWT compatible methods for toLowerCase and toUpperCase. This class is useful for arbitrary code beyond GWT shared code and should therefore be named BasicHelper instead.
In order to keep backward compatibility we will copy GwtHelper to BasicHelper and mark GwtHelper as deprecated.
We created
GwtHelper
that provides error-safe and GWT compatible methods fortoLowerCase
andtoUpperCase
. This class is useful for arbitrary code beyond GWT shared code and should therefore be namedBasicHelper
instead. In order to keep backward compatibility we will copyGwtHelper
toBasicHelper
and markGwtHelper
as deprecated.