Skip to content

Commit 4dd38ab

Browse files
committed
fix doc [skip ci]
1 parent 0bdad47 commit 4dd38ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/org/cryptomator/cryptofs/CryptoPathMapper.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ public void assertNonExisting(CryptoPath cleartextPath) throws FileAlreadyExists
8585
/**
8686
* @param cleartextPath A path
8787
* @return The file type for the given path (if it exists)
88-
* @throws NoSuchFileException If no node exists at the given path for any known type
88+
* @throws NoSuchFileException If the ciphertext path does not exist
89+
* @throws InvalidFileNodeException If the node points to a ciphertext directory, which does not contain an identification file
8990
* @throws IOException
9091
*/
9192
public CiphertextFileType getCiphertextFileType(CryptoPath cleartextPath) throws NoSuchFileException, IOException {

0 commit comments

Comments
 (0)