summaryrefslogtreecommitdiff
path: root/jfreereport/patches/librepository-1.1.6-deprecated.patch
diff options
context:
space:
mode:
Diffstat (limited to 'jfreereport/patches/librepository-1.1.6-deprecated.patch')
-rw-r--r--jfreereport/patches/librepository-1.1.6-deprecated.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/jfreereport/patches/librepository-1.1.6-deprecated.patch b/jfreereport/patches/librepository-1.1.6-deprecated.patch
new file mode 100644
index 000000000000..a266efc4bb79
--- /dev/null
+++ b/jfreereport/patches/librepository-1.1.6-deprecated.patch
@@ -0,0 +1,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);
+ }
+
+ /**