You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2017/03/30 16:36:28 UTC

svn commit: r1789539 - /commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/binary/StringUtils.java

Author: sebb
Date: Thu Mar 30 16:36:28 2017
New Revision: 1789539

URL: http://svn.apache.org/viewvc?rev=1789539&view=rev
Log:
Don't use @since with private methods

Modified:
    commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/binary/StringUtils.java

Modified: commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/binary/StringUtils.java
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/binary/StringUtils.java?rev=1789539&r1=1789538&r2=1789539&view=diff
==============================================================================
--- commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/binary/StringUtils.java (original)
+++ commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/binary/StringUtils.java Thu Mar 30 16:36:28 2017
@@ -105,7 +105,6 @@ public class StringUtils {
      * @param charset
      *            The {@link Charset} to encode the <code>String</code>
      * @return the encoded bytes
-     * @since 1.11
      */
     private static ByteBuffer getByteBuffer(final String string, final Charset charset) {
         if (string == null) {