Skip to content

Commit 4a12322

Browse files
committed
fix wrong html
1 parent 5adce83 commit 4a12322

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public static void write(Cryptor cryptor, CiphertextDirectory ciphertextDirector
5858
/**
5959
* Reads the dirId backup file and retrieves the directory id from it.
6060
*
61-
* @param ciphertextContentDir path of a ciphertext <emp>content</emp> directory
61+
* @param ciphertextContentDir path of a ciphertext <strong>content</strong> directory
6262
* @return a byte array containing the directory id
6363
* @throws IOException if the dirId backup file cannot be read
6464
* @throws CryptoException if the content of dirId backup file cannot be decrypted/authenticated
@@ -85,7 +85,7 @@ public byte[] read(Path ciphertextContentDir) throws IOException, CryptoExceptio
8585
* Static method to explicitly retrieve the directory id of a ciphertext directory from the dirId backup file
8686
*
8787
* @param cryptor The cryptor to be used for decryption
88-
* @param ciphertextContentDir path of a ciphertext <emp>content</emp> directory
88+
* @param ciphertextContentDir path of a ciphertext <strong>content</strong> directory
8989
* @return a byte array containing the directory id
9090
* @throws IOException if the dirId backup file cannot be read
9191
* @throws CryptoException if the content of dirId backup file cannot be decrypted/authenticated

0 commit comments

Comments
 (0)