summaryrefslogtreecommitdiff
path: root/jfreereport/patches/libloader-1.1.6-deprecated.patch
diff options
context:
space:
mode:
Diffstat (limited to 'jfreereport/patches/libloader-1.1.6-deprecated.patch')
-rw-r--r--jfreereport/patches/libloader-1.1.6-deprecated.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/jfreereport/patches/libloader-1.1.6-deprecated.patch b/jfreereport/patches/libloader-1.1.6-deprecated.patch
new file mode 100644
index 000000000000..c098906fcf70
--- /dev/null
+++ b/jfreereport/patches/libloader-1.1.6-deprecated.patch
@@ -0,0 +1,11 @@
+--- misc/libloader-1.1.6/source/org/pentaho/reporting/libraries/resourceloader/ResourceException.java 2010-04-27 16:07:00.000000000 +0200
++++ misc/build/libloader-1.1.6/source/org/pentaho/reporting/libraries/resourceloader/ResourceException.java 2011-06-13 02:00:46.000000000 +0200
+@@ -42,7 +42,7 @@
+ */
+ public ResourceException(final String message, final Exception ex)
+ {
+- super(message, ex);
++ super(message, (Throwable) ex);
+ }
+
+ /**