Skip to content

Commit

Permalink
Make SimpleNPCDataStore constructor protected
Browse files Browse the repository at this point in the history
  • Loading branch information
fullwall committed Jan 10, 2014
1 parent 0fcefd5 commit eac9cd6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
public class SimpleNPCDataStore implements NPCDataStore {
private final Storage root;

private SimpleNPCDataStore(Storage saves) {
protected SimpleNPCDataStore(Storage saves) {
root = saves;
}

Expand Down

0 comments on commit eac9cd6

Please sign in to comment.