Version 3.6.0.4, tag libreoffice-3.6.0.4
[LibreOffice.git] / jfreereport / patches / libbase-1.1.6-deprecated.patch
blobda28c30eb70e6750d5efb59b92882607f605ad7f
1 --- misc/libbase-1.1.6/source/org/pentaho/reporting/libraries/base/boot/ModuleInitializeException.java 2010-04-27 15:58:44.000000000 +0200
2 +++ misc/build/libbase-1.1.6/source/org/pentaho/reporting/libraries/base/boot/ModuleInitializeException.java 2011-06-13 01:28:14.000000000 +0200
3 @@ -48,7 +48,7 @@
4 */
5 public ModuleInitializeException(final String s, final Exception e)
7 - super(s, e);
8 + super(s, (Throwable) e);
11 /**