Merge pull request #385 from IAMtheIAM/patch-1

Update README.md
This commit is contained in:
Sebastian Stenzel
2016-11-06 21:59:16 +01:00
committed by GitHub
2 changed files with 3 additions and 2 deletions

View File

@@ -19,7 +19,8 @@ Download native binaries of Cryptomator on [cryptomator.org](https://cryptomator
- Client-side: No accounts, no data shared with any online service
- Totally transparent: Just work on the virtual drive as if it were a USB flash drive
- AES encryption with 256-bit key length
- Filenames get encrypted, too
- File names get encrypted
- Folder structure gets obfuscated
- Use as many vaults in your Dropbox as you want, each having individual passwords
### Privacy

View File

@@ -101,7 +101,7 @@ public abstract class UpgradeStrategy {
/**
* Thrown when data migration failed.
*/
public class UpgradeFailedException extends Exception {
public static class UpgradeFailedException extends Exception {
UpgradeFailedException() {
}