mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2026-05-01 00:00:02 -04:00
Minor fixes and clean-up.
This commit is contained in:
+1
-1
@@ -41,6 +41,6 @@ import com.twelvemonkeys.imageio.metadata.EntryAbstractTest;
|
||||
public class PSDEntryTest extends EntryAbstractTest {
|
||||
@Override
|
||||
protected Entry createEntry(final Object value) {
|
||||
return new PSDEntry(0x404, value);
|
||||
return new PSDEntry(0x404, "", value);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user