Skip to content

Commit a1cb184

Browse files
Update Main.java
1 parent c213c98 commit a1cb184

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/tech/altier/synchronizer

1 file changed

+1
-1
lines changed

src/main/java/tech/altier/synchronizer/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public void sync() throws DbxException {
104104
for (String localFile : localFiles) {
105105
if (!remoteFiles.contains(localFile)) {
106106
log("File " + localFile + " doesn't exist remotely! Uploading...");
107-
// TODO upload it
107+
// Upload the file
108108
Thread uploadThread = new Thread(
109109
new FileUploadThread(repository.getPath() + "\\" + localFile)
110110
);

0 commit comments

Comments
 (0)