Code clean-up.

This commit is contained in:
Harald Kuhr 2015-04-08 13:00:01 +02:00
parent e2ea8b1cce
commit acf64e8c85

View File

@ -14,7 +14,7 @@ import java.awt.color.ICC_Profile;
interface ICCProfileSanitizer { interface ICCProfileSanitizer {
void fixProfile(ICC_Profile profile, byte[] profileHeader); void fixProfile(ICC_Profile profile, byte[] profileHeader);
static class Factory { class Factory {
static ICCProfileSanitizer get() { static ICCProfileSanitizer get() {
// Strategy pattern: // Strategy pattern:
// - KCMSSanitizerStrategy - Current behaviour, default for Java 1.6 and Oracle JRE 1.7 // - KCMSSanitizerStrategy - Current behaviour, default for Java 1.6 and Oracle JRE 1.7