made world protected, so TradingEngine can access it from outer
This commit is contained in:
parent
20ed896486
commit
1336a7dbc5
@ -37,7 +37,7 @@ import org.json.JSONObject;
|
|||||||
*/
|
*/
|
||||||
public class Exchange implements Configurable, GetJson {
|
public class Exchange implements Configurable, GetJson {
|
||||||
|
|
||||||
private GodWorld world;
|
protected GodWorld world;
|
||||||
private String name;
|
private String name;
|
||||||
private String symbol;
|
private String symbol;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user