Removed a function
This commit is contained in:
parent
9e1f1b8580
commit
9a4548ab35
@ -1,4 +1,4 @@
|
||||
#Sat, 30 Mar 2019 12:25:28 +0100
|
||||
#Sun, 12 May 2019 21:11:52 +0200
|
||||
annotation.processing.enabled=true
|
||||
annotation.processing.enabled.in.editor=false
|
||||
annotation.processing.processors.list=
|
||||
|
@ -41,10 +41,10 @@ public class Exchange implements Configurable, GetJson {
|
||||
private String name;
|
||||
private String symbol;
|
||||
|
||||
public void setName(String name) {
|
||||
/* public void setName(String name) {
|
||||
this.name = name;
|
||||
}
|
||||
|
||||
*/
|
||||
private final HashMap<AssetPair, TradingAPI> asset_pairs = new HashMap<>();
|
||||
|
||||
Exchange(GodWorld world, String symbol) {
|
||||
|
Loading…
Reference in New Issue
Block a user