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;
|
||||
|
||||
class CachedImage implements Serializable {
|
||||
long lastModified;
|
||||
String mimeType;
|
||||
byte[] bits;
|
||||
public class CachedImage implements Serializable {
|
||||
public long lastModified;
|
||||
public String mimeType;
|
||||
public byte[] bits;
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue