publicize standalone platform constructor
This commit is contained in:
parent
6fba8ea5fd
commit
e181b979a0
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ public class StandaloneEntityLibPlatform extends AbstractPlatform<Object> {
|
||||||
|
|
||||||
private StandaloneEntityLibApi api;
|
private StandaloneEntityLibApi api;
|
||||||
|
|
||||||
private StandaloneEntityLibPlatform() {
|
public StandaloneEntityLibPlatform() {
|
||||||
super(null);
|
super(null);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue