diff options
Diffstat (limited to 'src/main/java/com/amazon')
-rw-r--r-- | src/main/java/com/amazon/carbonado/Storable.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/amazon/carbonado/Storable.java b/src/main/java/com/amazon/carbonado/Storable.java index a9ebcf0..917129e 100644 --- a/src/main/java/com/amazon/carbonado/Storable.java +++ b/src/main/java/com/amazon/carbonado/Storable.java @@ -27,7 +27,7 @@ package com.amazon.carbonado; * Version} property.
*
* <p>Storable instances are mutable, but they must be thread-safe. Although
- * there may be race conditions if multiple threads are mutating the Storable,
+ * race conditions are possible if multiple threads are mutating the Storable,
* the Storable instance will not get into a corrupt state.
*
* @author Brian S O'Neill
|