diff options
author | Brian S. O'Neill <bronee@gmail.com> | 2007-01-15 06:21:54 +0000 |
---|---|---|
committer | Brian S. O'Neill <bronee@gmail.com> | 2007-01-15 06:21:54 +0000 |
commit | cf123c8640a08a66740d9bfb35c8b133da6d3058 (patch) | |
tree | e1a168c07cf870020d2c684368bccc5ebaa3aae6 /src/main | |
parent | 6fb2cb0a32e142b6ae08eb316cf0ee1cdc824cd6 (diff) |
Minor comment change.
Diffstat (limited to 'src/main')
-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
|