]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Make the constructor public
authorKaren Lease <klease@apache.org>
Wed, 15 Nov 2000 22:53:38 +0000 (22:53 +0000)
committerKaren Lease <klease@apache.org>
Wed, 15 Nov 2000 22:53:38 +0000 (22:53 +0000)
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

index 814d208224bb36dc4af62627fa2344189cf36514..2e0f17b50103f1ec2c434ce4fa345a6bbd75e7ae 100644 (file)
@@ -51,7 +51,7 @@
 package org.apache.fop.fo.expr;
 
 public class PropertyException extends Exception {
-  PropertyException(String detail) {
+  public PropertyException(String detail) {
     super(detail);
   }
 }