Minor fixes and clean-up.

This commit is contained in:
Harald Kuhr
2012-02-01 15:58:54 +01:00
parent cda19ece0d
commit 1830808d56
9 changed files with 140 additions and 67 deletions
@@ -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);
}
}