summaryrefslogtreecommitdiff
path: root/src/main/java/com/amazon
diff options
context:
space:
mode:
authorBrian S. O'Neill <bronee@gmail.com>2007-01-15 06:21:54 +0000
committerBrian S. O'Neill <bronee@gmail.com>2007-01-15 06:21:54 +0000
commitcf123c8640a08a66740d9bfb35c8b133da6d3058 (patch)
treee1a168c07cf870020d2c684368bccc5ebaa3aae6 /src/main/java/com/amazon
parent6fb2cb0a32e142b6ae08eb316cf0ee1cdc824cd6 (diff)
Minor comment change.
Diffstat (limited to 'src/main/java/com/amazon')
-rw-r--r--src/main/java/com/amazon/carbonado/Storable.java2
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