Add comment

This commit is contained in:
Manfred Karrer 2017-11-28 13:01:14 -05:00
parent 52eb667b2d
commit 9c3855ee2d
No known key found for this signature in database
GPG Key ID: 401250966A6B2C46

View File

@ -116,6 +116,7 @@ public class BisqApp extends Application {
private MainView mainView;
private boolean shutDownRequested;
// NOTE: This method is not called on the JavaFX Application Thread.
@Override
public void init() throws Exception {
String logPath = Paths.get(bisqEnvironment.getProperty(AppOptionKeys.APP_DATA_DIR_KEY), "bisq").toString();