Skip to content

Commit

Permalink
0002960: Add reference to file back to staged resource because we no
Browse files Browse the repository at this point in the history
longer keep so many instances in memory.
  • Loading branch information
chenson42 committed Jan 18, 2017
1 parent 452c582 commit d64a542
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -168,6 +168,7 @@ public void setState(State state) {
}
refreshLastUpdateTime();
this.state = state;
this.file = buildFile(state);
}

public synchronized BufferedReader getReader() {
Expand Down

0 comments on commit d64a542

Please sign in to comment.