Re: svn commit: r1343020 - in /commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging: ./ common/ formats/bmp/ formats/icns/ formats/jpeg/iptc/ formats/png/ formats/psd/ formats/tiff/ f

2012-05-27 Thread Gary Gregory
On May 27, 2012, at 5:59, dam...@apache.org dam...@apache.org wrote: Author: damjan Date: Sun May 27 09:58:39 2012 New Revision: 1343020 URL: http://svn.apache.org/viewvc?rev=1343020view=rev Log: Fix some Findbugs problems. Modified:

Re: svn commit: r1343020 - in /commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging: ./ common/ formats/bmp/ formats/icns/ formats/jpeg/iptc/ formats/png/ formats/psd/ formats/tiff/ f

2012-05-27 Thread Emmanuel Bourg
Le 27/05/2012 13:41, Gary Gregory a écrit : @@ -62,7 +63,7 @@ public class FormatCompliance { } public void dump() { -dump(new PrintWriter(new OutputStreamWriter(System.out))); +dump(new PrintWriter(new OutputStreamWriter(System.out, Charset.defaultCharset(;