You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Robert Leland <rl...@apache.org> on 2003/01/08 16:56:00 UTC

[resources] depends on Java 1.4

Doesn't compile under Java 1.3.

The constructor
        Locale(String language)
Was introduced in JDK 1.4

       Locale(String language, String country)
Exists in 1.3

In impl/CollectionResourcesBase()

-Rob


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>