change default outPath for consistency
This commit is contained in:
parent
b26adf95e8
commit
028886ebe9
|
@ -66,7 +66,7 @@ public class WilkinsCoffee implements ActionListener {
|
|||
}
|
||||
}
|
||||
|
||||
private String outPathTemp = System.getProperty("user.home") + "/Documents";
|
||||
private String outPathTemp = System.getProperty("user.home") + "/Documents/";
|
||||
private boolean sdkInstalled = false;
|
||||
|
||||
public void setup() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user