Benedikt Ritter
18e692478d
LANG-1334: Partically revert changes introduced in 7c19a1ff4c
.
...
Replacing the static constants in CharEncoding with computed values can
cause compatibility issues, since compile time constants are inlined by
the compiler.
2017-06-09 08:37:11 +02:00
Gary Gregory
8cfc1b1207
Add missing '@Deprecated' annotations.
2017-05-25 09:28:33 -07:00
duncan
7c19a1ff4c
Deprecate CharEncoding and direct users to Java 7 classes
...
Java 7 introduced java.nio.charset.StandardCharsets, which negates the
need for our CharEncoding method. Additionally, the constants in the
class now point to the constants defined in Java 7.
Fixes: LANG-1334
2017-05-22 13:16:29 +01:00
pascalschumacher
a041518197
CharEncoding: fix dead link in class javadoc
2016-09-25 21:00:46 +02:00
pascalschumacher
b10d58ece8
CharEncoding#isSupported fix dead link in javadoc
2016-09-25 21:00:46 +02:00
Henri Yandell
740c0f95fb
Removed @version $ from source per LANG-1129
2015-05-05 12:12:15 -07:00
Henri Yandell
fbf996cb7e
Fixing urls to point to new oracle pages and not old, sometimes broken, sun urls
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1459653 13f79535-47bb-0310-9956-ffa450edef68
2013-03-22 07:37:03 +00:00
Gary D. Gregory
5292526e47
Add final modifier to local variables.
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1436770 13f79535-47bb-0310-9956-ffa450edef68
2013-01-22 07:09:45 +00:00
Gary D. Gregory
5bd622dab0
Add final modifier to method parameters.
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1436768 13f79535-47bb-0310-9956-ffa450edef68
2013-01-22 07:07:42 +00:00
Henri Yandell
3a0c152c22
Removing @author tags per thread on dev@: http://mail-archives.apache.org/mod_mbox/commons-dev/201104.mbox/%3CBANLkTikEa6GNSghx5VidxgNqi3nmKxxcVA@mail.gmail.com%3E
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1088899 13f79535-47bb-0310-9956-ffa450edef68
2011-04-05 05:31:27 +00:00
Oliver Heger
37a40f70ec
Checkstyle and trailing spaces.
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1083066 13f79535-47bb-0310-9956-ffa450edef68
2011-03-18 20:53:52 +00:00
Stephen Colebourne
4b615e2319
Use new feature for implementing isSupported(); Javadoc
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1078006 13f79535-47bb-0310-9956-ffa450edef68
2011-03-04 15:31:49 +00:00
Paul C. Benedict Jr
fc5c081e22
Move main source to src/main/java
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@895322 13f79535-47bb-0310-9956-ffa450edef68
2010-01-03 02:11:26 +00:00