We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7d86da commit d2148bfCopy full SHA for d2148bf
test/com/dropbox/core/DbxClientTest.java
@@ -52,7 +52,7 @@ private void init()
52
DbxRequestConfig requestConfig = new DbxRequestConfig("sdk-test", null);
53
DbxClient client = new DbxClient(requestConfig, authInfo.accessToken, authInfo.host);
54
55
- String timestamp = new SimpleDateFormat("yyyy-mm-dd HH.mm.ss").format(new Date());
+ String timestamp = new SimpleDateFormat("yyyy-MM-dd HH.mm.ss").format(new Date());
56
String basePath = "/Java SDK Tests/" + timestamp;
57
58
DbxEntry entry = client.createFolder(basePath);
0 commit comments