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, 0 insertions, 11 deletions
diff --git a/jfreereport/patches/libloader-1.1.6-deprecated.patch b/jfreereport/patches/libloader-1.1.6-deprecated.patch
deleted file mode 100644
index c098906..0000000
--- a/jfreereport/patches/libloader-1.1.6-deprecated.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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);
- }
-
- /**