You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ad...@apache.org on 2008/06/22 11:28:56 UTC

svn commit: r670325 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/expr/PropertyException.java

Author: adelmelle
Date: Sun Jun 22 02:28:56 2008
New Revision: 670325

URL: http://svn.apache.org/viewvc?rev=670325&view=rev
Log:
Minor javadoc correction

Modified:
    xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/expr/PropertyException.java

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/expr/PropertyException.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/expr/PropertyException.java?rev=670325&r1=670324&r2=670325&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/expr/PropertyException.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/expr/PropertyException.java Sun Jun 22 02:28:56 2008
@@ -37,7 +37,7 @@
 
     /**
      * Constructor
-     * @param the Exception causing this PropertyException
+     * @param cause the Exception causing this PropertyException
      */
     public PropertyException(Exception cause) {
         super(cause);



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org