Author: stliu
Date: 2009-12-19 05:27:10 -0500 (Sat, 19 Dec 2009)
New Revision: 18274
Modified:
core/branches/Branch_3_3_2_GA_CP/cache-ehcache/src/main/java/org/hibernate/cache/EhCache.java
Log:
minor change, correct javadoc spell
Modified:
core/branches/Branch_3_3_2_GA_CP/cache-ehcache/src/main/java/org/hibernate/cache/EhCache.java
===================================================================
---
core/branches/Branch_3_3_2_GA_CP/cache-ehcache/src/main/java/org/hibernate/cache/EhCache.java 2009-12-19
10:26:21 UTC (rev 18273)
+++
core/branches/Branch_3_3_2_GA_CP/cache-ehcache/src/main/java/org/hibernate/cache/EhCache.java 2009-12-19
10:27:10 UTC (rev 18274)
@@ -161,7 +161,7 @@
/**
* Remove all elements in the cache, but leave the cache
- * in a useable state.
+ * in a usable state.
*
* @throws CacheException
*/
@@ -178,7 +178,7 @@
}
/**
- * Remove the cache and make it unuseable.
+ * Remove the cache and make it unusable.
*
* @throws CacheException
*/