Revision: 7789
Author: victormote
Date: 2006-07-17 18:56:23 -0700 (Mon, 17 Jul 2006)
ViewCVS: http://svn.sourceforge.net/foray/?rev=7789&view=rev
Log Message:
-----------
Was using wrong variable to throw exception.
Modified Paths:
--------------
trunk/foray/foray-fotree/src/java/org/foray/fotree/fo/obj/SimplePageMaster.java
Modified: trunk/foray/foray-fotree/src/java/org/foray/fotree/fo/obj/SimplePageMaster.java
===================================================================
--- trunk/foray/foray-fotree/src/java/org/foray/fotree/fo/obj/SimplePageMaster.java 2006-07-18 01:50:35 UTC (rev 7788)
+++ trunk/foray/foray-fotree/src/java/org/foray/fotree/fo/obj/SimplePageMaster.java 2006-07-18 01:56:23 UTC (rev 7789)
@@ -117,7 +117,7 @@
}
private void duplicateRegionClass(Region region) throws FOTreeException {
- regionBefore.throwException("Duplicate " + region.getFullName()
+ region.throwException("Duplicate " + region.getFullName()
+ " in same simple-page-master.");
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|