Skip to content

Commit 5ccd7e9

Browse files
committed
Don't use @SInCE with private methods
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1789539 13f79535-47bb-0310-9956-ffa450edef68
1 parent 484698c commit 5ccd7e9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/java/org/apache/commons/codec/binary/StringUtils.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ private static byte[] getBytes(final String string, final Charset charset) {
105105
* @param charset
106106
* The {@link Charset} to encode the <code>String</code>
107107
* @return the encoded bytes
108-
* @since 1.11
109108
*/
110109
private static ByteBuffer getByteBuffer(final String string, final Charset charset) {
111110
if (string == null) {

0 commit comments

Comments
 (0)