From 273bbf402d7a18f590d9e1216349fb51c2589e9c Mon Sep 17 00:00:00 2001 From: Karen Lease Date: Wed, 15 Nov 2000 22:53:38 +0000 Subject: [PATCH] Make the constructor public git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193816 13f79535-47bb-0310-9956-ffa450edef68 --- src/org/apache/fop/fo/expr/PropertyException.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/org/apache/fop/fo/expr/PropertyException.java b/src/org/apache/fop/fo/expr/PropertyException.java index 814d20822..2e0f17b50 100644 --- a/src/org/apache/fop/fo/expr/PropertyException.java +++ b/src/org/apache/fop/fo/expr/PropertyException.java @@ -51,7 +51,7 @@ package org.apache.fop.fo.expr; public class PropertyException extends Exception { - PropertyException(String detail) { + public PropertyException(String detail) { super(detail); } } -- 2.39.5