mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-04 12:05:29 -04:00
Code clean-up.
This commit is contained in:
parent
e2ea8b1cce
commit
acf64e8c85
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user