mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-04 03:55:28 -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 {
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user