close dangling file descriptor.
This commit is contained in:
parent
387f5c4b82
commit
65a8226302
1 changed files with 4 additions and 4 deletions
|
|
@ -5,8 +5,8 @@ package org.forkalsrud.album.web;
|
||||||
|
|
||||||
import java.io.Serializable;
|
import java.io.Serializable;
|
||||||
|
|
||||||
class CachedImage implements Serializable {
|
public class CachedImage implements Serializable {
|
||||||
long lastModified;
|
public long lastModified;
|
||||||
String mimeType;
|
public String mimeType;
|
||||||
byte[] bits;
|
public byte[] bits;
|
||||||
}
|
}
|
||||||
Loading…
Add table
Reference in a new issue