mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-10-03 15:47:38 -04:00
Code clean-up.
This commit is contained in:
@@ -14,7 +14,7 @@ import java.awt.color.ICC_Profile;
|
||||
interface ICCProfileSanitizer {
|
||||
void fixProfile(ICC_Profile profile, byte[] profileHeader);
|
||||
|
||||
static class Factory {
|
||||
class Factory {
|
||||
static ICCProfileSanitizer get() {
|
||||
// Strategy pattern:
|
||||
// - KCMSSanitizerStrategy - Current behaviour, default for Java 1.6 and Oracle JRE 1.7
|
||||
|
Reference in New Issue
Block a user