You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-java/hibernate/files/hibernate-3.1.3-EhCache.jav...

23 lines
597 B

--- src/org/hibernate/cache/EhCache.java.orig 2015-10-07 14:06:39.968486000 +0000
+++ src/org/hibernate/cache/EhCache.java 2015-10-07 14:06:49.900486000 +0000
@@ -192,9 +192,9 @@
catch (IllegalStateException e) {
throw new CacheException(e);
}
- catch (IOException e) {
- throw new CacheException(e);
- }
+ // catch (IOException e) {
+ // throw new CacheException(e);
+ // }
}
/**
@@ -289,4 +289,4 @@
return "EHCache(" + getRegionName() + ')';
}
-}
\ No newline at end of file
+}