Skip to content

Commit e4bc91c

Browse files
committed
Remove trailing spaces.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1396319 13f79535-47bb-0310-9956-ffa450edef68
1 parent bedf873 commit e4bc91c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/org/apache/commons/codec/net/QuotedPrintableCodec.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public QuotedPrintableCodec(Charset charset) {
111111
* @param charsetName
112112
* the default string charset to use.
113113
* @throws UnsupportedCharsetException
114-
* If no support for the named charset is available
114+
* If no support for the named charset is available
115115
* in this instance of the Java virtual machine
116116
* @throws IllegalArgumentException
117117
* If the given charsetName is null
@@ -120,7 +120,7 @@ public QuotedPrintableCodec(Charset charset) {
120120
*
121121
* @since 1.7 throws UnsupportedCharsetException if the named charset is unavailable
122122
*/
123-
public QuotedPrintableCodec(String charsetName)
123+
public QuotedPrintableCodec(String charsetName)
124124
throws IllegalCharsetNameException, IllegalArgumentException, UnsupportedCharsetException {
125125
this(Charset.forName(charsetName));
126126
}

0 commit comments

Comments
 (0)