summaryrefslogtreecommitdiff
path: root/jfreereport/patches/librepository-1.1.6-deprecated.patch
blob: a266efc4bb7908383724a03b838ef22f3481310a (plain)
1
2
3
4
5
6
7
8
9
10
11
--- misc/librepository-1.1.6/source/org/pentaho/reporting/libraries/repository/ContentIOException.java	2010-04-27 16:04:50.000000000 +0200
+++ misc/build/librepository-1.1.6/source/org/pentaho/reporting/libraries/repository/ContentIOException.java	2011-06-13 01:44:35.000000000 +0200
@@ -43,7 +43,7 @@
    */
   public ContentIOException(final String message, final Exception ex)
   {
-    super(message, ex);
+    super(message, (Throwable) ex);
   }
 
   /**