m-m-m / util

Mature Modular Meta-Framework
http://m-m-m.sourceforge.net
Apache License 2.0
10 stars 5 forks source link

"Rename" GwtHelper to BasicHelper and improve JavaDoc #224

Closed hohwille closed 7 years ago

hohwille commented 7 years ago

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.

hohwille commented 7 years ago

Implemented and merged.

hohwille commented 7 years ago

https://github.com/m-m-m/util/blob/master/core/src/main/java/net/sf/mmm/util/lang/api/BasicHelper.java