mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2026-04-05 00:00:01 -04:00
#490: Refactorings, added initial detection of linked/unlinked segments, more tests.
This commit is contained in:
@@ -83,7 +83,6 @@ public final class PSDReader extends MetadataReader {
|
||||
|
||||
PSDResource resource = new PSDResource(id, input);
|
||||
entries.add(new PSDEntry(id, resource.name(), resource.data()));
|
||||
|
||||
}
|
||||
catch (EOFException e) {
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user