Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
Merge branch 'release/1.1.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
infeo committed Apr 11, 2019
2 parents eaa0394 + 33bf3e4 commit 6869474
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ deploy:
repo: cryptomator/dokany-nio-adapter
tags: true
after_deploy:
- "echo '{\"close\": \"1\"}' | curl -X POST -u cryptobot:${BINTRAY_API_KEY} https://api.bintray.com/maven_central_sync/cryptomator/maven/dokany-nio-adapter/versions/${TRAVIS_TAG}"
- "echo '{\"close\": \"1\"}' | curl --max-time 10 -X POST -u cryptobot:${BINTRAY_API_KEY} https://api.bintray.com/maven_central_sync/cryptomator/maven/dokany-nio-adapter/versions/${TRAVIS_TAG}"
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ public class OpenHandleFactory implements AutoCloseable {
*/
public long openDir(Path path) throws IOException {
long dirHandle = handleGen.getAndIncrement();
}
openHandles.putIfAbsent(dirHandle, new OpenDirectory(path));
return dirHandle;
}
Expand Down

0 comments on commit 6869474

Please sign in to comment.