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 2013/03/18 23:50:27 UTC

svn commit: r1458052 - /commons/proper/fileupload/trunk/src/checkstyle/checkstyle-suppressions.xml

Author: sebb
Date: Mon Mar 18 22:50:27 2013
New Revision: 1458052

URL: http://svn.apache.org/r1458052
Log:
Revert accidental commit in r1458051

Modified:
    commons/proper/fileupload/trunk/src/checkstyle/checkstyle-suppressions.xml

Modified: commons/proper/fileupload/trunk/src/checkstyle/checkstyle-suppressions.xml
URL: http://svn.apache.org/viewvc/commons/proper/fileupload/trunk/src/checkstyle/checkstyle-suppressions.xml?rev=1458052&r1=1458051&r2=1458052&view=diff
==============================================================================
--- commons/proper/fileupload/trunk/src/checkstyle/checkstyle-suppressions.xml (original)
+++ commons/proper/fileupload/trunk/src/checkstyle/checkstyle-suppressions.xml Mon Mar 18 22:50:27 2013
@@ -19,6 +19,6 @@
    limitations under the License.
 -->
 <suppressions>
-  <suppress checks="MagicNumber" files="(Base64x|QuotedP)Decoder.java" lines="0-9999"/>
+  <suppress checks="MagicNumber" files="(Base64|QuotedPrintable)Decoder.java" lines="0-9999"/>
   <suppress checks="[a-zA-Z0-9]*" files=".+\.properties" />
 </suppressions>