Skip to content

Commit d71da9c

Browse files
authored
Merge pull request #54 from dshadowwolf/v3
Final *needed* OreSpawn SonarQube fix
2 parents 7ec368e + c91e9fb commit d71da9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/mcmoddev/orespawn/OreSpawn.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
public class OreSpawn {
4949
@Instance
50-
public static OreSpawn INSTANCE = null;
50+
public static OreSpawn instance = null;
5151
public static final Logger LOGGER = LogManager.getFormatterLogger(Constants.MODID);
5252
public static final OS3API API = new OS3APIImpl();
5353
public static final OS3Writer writer = new OS3Writer();

0 commit comments

Comments
 (0)