Skip to content

Commit

Permalink
Corrected RealmConfiguration#encryptionKey JavaDoc (#4073)
Browse files Browse the repository at this point in the history
  • Loading branch information
mettke authored and dalinaum committed Jan 19, 2017
1 parent 038b7a0 commit d2d8855
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ public Builder directory(File directory) {
}

/**
* Sets the 64 bit key used to encrypt and decrypt the Realm file.
* Sets the 64 byte key used to encrypt and decrypt the Realm file.
* Sets the {@value io.realm.RealmConfiguration#KEY_LENGTH} bytes key used to encrypt and decrypt the Realm file.
*/
public Builder encryptionKey(byte[] key) {
Expand Down

0 comments on commit d2d8855

Please sign in to comment.