summaryrefslogtreecommitdiff
path: root/dev-java/hibernate/files/hibernate-3.1.3-EhCache.java.patch
blob: 16d0a05a7709c5003b3b0aa32bf326923f343b31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- 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
+}