Removed a function

This commit is contained in:
7u83 2019-05-13 08:54:40 +02:00
parent 9e1f1b8580
commit 9a4548ab35
2 changed files with 3 additions and 3 deletions

View File

@ -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=

View File

@ -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) {