Skip to content

Commit

Permalink
Merge branch 'develop' into release/1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
overheadhunter committed Jun 16, 2017
2 parents 15a28da + 630db0d commit b61c2de
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
import java.util.function.Consumer;

import org.apache.commons.lang3.StringUtils;
import org.cryptomator.cryptofs.CryptoFileSystemProperties.FileSystemFlags;

/**
* Properties to pass to
Expand Down Expand Up @@ -237,6 +236,7 @@ public Builder withPepper(byte[] pepper) {
/**
* Sets the flags for a CryptoFileSystem.
*
* @param flags File system flags
* @return this
* @since 1.3.1
*/
Expand All @@ -247,6 +247,7 @@ public Builder withFlags(FileSystemFlags... flags) {
/**
* Sets the flags for a CryptoFileSystem.
*
* @param flags collection of file system flags
* @return this
* @since 1.3.0
*/
Expand All @@ -260,7 +261,7 @@ public Builder withFlags(Collection<FileSystemFlags> flags) {
* Sets the readonly flag for a CryptoFileSystem.
*
* @return this
* @deprecated Will be removed in 2.0.0. Use {@link #withFlags(FileSystemFlags.READONLY)}
* @deprecated Will be removed in 2.0.0. Use {@link #withFlags(FileSystemFlags...) withFlags(FileSystemFlags.READONLY)}
*/
@Deprecated
public Builder withReadonlyFlag() {
Expand Down

0 comments on commit b61c2de

Please sign in to comment.