removed spurious 'at' ; fixed whitespace 🤮

This commit is contained in:
Alec Grieser 2017-10-26 09:27:34 -07:00
parent 5cc4328602
commit 381928535c
2 changed files with 3 additions and 3 deletions

View File

@ -219,8 +219,8 @@ public class Versionstamp implements Comparable<Versionstamp> {
* transaction version is one of those database-assigned versions rather than
* just dummy bytes. If one uses this class with our
* {@link com.apple.foundationdb.MutationType#SET_VERSIONSTAMPED_KEY SET_VERSIONSTAMPED_KEY}
* mutation, then the appropriate bytes will be filled in within the database at
* during a successful commit.
* mutation, then the appropriate bytes will be filled in within the database
* during a successful commit.
*
* @return whether the transaction version has been set
*/

View File

@ -225,7 +225,7 @@ public class Versionstamp implements Comparable<Versionstamp> {
* transaction version is one of those database-assigned versions rather than
* just dummy bytes. If one uses this class with our
* {@link com.apple.foundationdb.MutationType#SET_VERSIONSTAMPED_KEY SET_VERSIONSTAMPED_KEY}
* mutation, then the appropriate bytes will be filled in within the database at
* mutation, then the appropriate bytes will be filled in within the database
* during a successful commit.
*
* @return whether the transaction version has been set