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 c213c98 commit a1cb184Copy full SHA for a1cb184
src/main/java/tech/altier/synchronizer/Main.java
@@ -104,7 +104,7 @@ public void sync() throws DbxException {
104
for (String localFile : localFiles) {
105
if (!remoteFiles.contains(localFile)) {
106
log("File " + localFile + " doesn't exist remotely! Uploading...");
107
- // TODO upload it
+ // Upload the file
108
Thread uploadThread = new Thread(
109
new FileUploadThread(repository.getPath() + "\\" + localFile)
110
);
0 commit comments