Skip to content

Commit 288e3d9

Browse files
committed
Fix Checkstyle issues: File does not end with a newline.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1352269 13f79535-47bb-0310-9956-ffa450edef68
1 parent b66d41a commit 288e3d9

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/main/java/org/apache/commons/codec/CharEncoding.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,4 @@ public class CharEncoding {
124124
* @see <a href="http://download.oracle.com/javase/6/docs/api/java/nio/charset/Charset.html">Standard charsets</a>
125125
*/
126126
public static final String UTF_8 = "UTF-8";
127-
}
127+
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ public Base64OutputStream(OutputStream out, boolean doEncode) {
8484
public Base64OutputStream(OutputStream out, boolean doEncode, int lineLength, byte[] lineSeparator) {
8585
super(out, new Base64(lineLength, lineSeparator), doEncode);
8686
}
87-
}
87+
}

src/main/java/org/apache/commons/codec/language/Nysiis.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,3 +319,4 @@ public String nysiis(String str) {
319319
}
320320

321321
}
322+

0 commit comments

Comments
 (0)