Revision: 7883
http://svn.sourceforge.net/foray/?rev=7883&view=rev
Author: victormote
Date: 2006-09-04 10:05:58 -0700 (Mon, 04 Sep 2006)
Log Message:
-----------
Remove unnecessary throws clause.
Modified Paths:
--------------
trunk/foray/foray-fotree/src/java/org/foray/fotree/fo/obj/PageMasterResolver.java
Modified: trunk/foray/foray-fotree/src/java/org/foray/fotree/fo/obj/PageMasterResolver.java
===================================================================
--- trunk/foray/foray-fotree/src/java/org/foray/fotree/fo/obj/PageMasterResolver.java 2006-09-04 17:02:17 UTC (rev 7882)
+++ trunk/foray/foray-fotree/src/java/org/foray/fotree/fo/obj/PageMasterResolver.java 2006-09-04 17:05:58 UTC (rev 7883)
@@ -163,8 +163,7 @@
*/
private abstract class SubSequenceWrapper {
abstract String getNextPageMasterName(boolean isFirstPage,
- boolean isLastPage, boolean isOddPage, boolean isEmptyPage)
- throws FOTreeException;
+ boolean isLastPage, boolean isOddPage, boolean isEmptyPage) ;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|