[infinispan-commits] Infinispan SVN: r1281 - trunk/core/src/main/java/org/infinispan/loaders/file.

infinispan-commits at lists.jboss.org infinispan-commits at lists.jboss.org
Thu Dec 10 12:27:50 EST 2009


Author: manik.surtani at jboss.com
Date: 2009-12-10 12:27:50 -0500 (Thu, 10 Dec 2009)
New Revision: 1281

Modified:
   trunk/core/src/main/java/org/infinispan/loaders/file/FileCacheStore.java
Log:
typos

Modified: trunk/core/src/main/java/org/infinispan/loaders/file/FileCacheStore.java
===================================================================
--- trunk/core/src/main/java/org/infinispan/loaders/file/FileCacheStore.java	2009-12-10 16:30:52 UTC (rev 1280)
+++ trunk/core/src/main/java/org/infinispan/loaders/file/FileCacheStore.java	2009-12-10 17:27:50 UTC (rev 1281)
@@ -98,7 +98,7 @@
       } catch (IOException e) {
          throw new CacheLoaderException("I/O error", e);
       } catch (ClassNotFoundException e) {
-         throw new CacheLoaderException("Unexpected expcetion", e);
+         throw new CacheLoaderException("Unexpected exception", e);
       }
    }
 
@@ -130,7 +130,7 @@
             }
          }
       } catch (IOException e) {
-         throw new CacheLoaderException("I/O expcetion while generating stream", e);
+         throw new CacheLoaderException("I/O exception while generating stream", e);
       }
    }
 



More information about the infinispan-commits mailing list