Skip to content

Commit

Permalink
Make ShamrockConfig.INSTANCE be final
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlloyd committed Oct 3, 2018
1 parent 99a6d70 commit 360dde3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

public class ShamrockConfig {

public static ShamrockConfig INSTANCE = new ShamrockConfig();
public static final ShamrockConfig INSTANCE = new ShamrockConfig();


private static final Config config = ConfigProvider.getConfig();
Expand Down

0 comments on commit 360dde3

Please sign in to comment.