add default id

This commit is contained in:
Manfred Karrer 2014-06-11 11:14:58 +02:00
parent acfc79040b
commit 64f88a9ea2
13 changed files with 14 additions and 503 deletions

View file

@ -32,7 +32,7 @@ import java.util.Locale;
public class BitSquare extends Application
{
private static final Logger log = LoggerFactory.getLogger(BitSquare.class);
public static String ID = "";
public static String ID = "bitsquare";
private WalletFacade walletFacade;
private MessageFacade messageFacade;