[FOray-commit] SF.net SVN: foray: [8427] trunk/foray
Modular XSL-FO Implementation for Java.
Status: Alpha
Brought to you by:
victormote
|
From: <vic...@us...> - 2006-10-24 01:37:35
|
Revision: 8427
http://svn.sourceforge.net/foray/?rev=8427&view=rev
Author: victormote
Date: 2006-10-23 18:37:22 -0700 (Mon, 23 Oct 2006)
Log Message:
-----------
Clean up some style complaints.
Modified Paths:
--------------
trunk/foray/foray-areatree/src/java/org/foray/area/SpanRA.java
trunk/foray/foray-fotree/src/java/org/foray/fotree/fo/prop/LeaderLength.java
Modified: trunk/foray/foray-areatree/src/java/org/foray/area/SpanRA.java
===================================================================
--- trunk/foray/foray-areatree/src/java/org/foray/area/SpanRA.java 2006-10-23 14:16:47 UTC (rev 8426)
+++ trunk/foray/foray-areatree/src/java/org/foray/area/SpanRA.java 2006-10-24 01:37:22 UTC (rev 8427)
@@ -134,7 +134,7 @@
* Just return the main-reference-area. The span can't be created
* until we return back down to the first block-level area.
*/
- return (MainRA) getParentArea().getOverflowArea(this);
+ return getParentArea().getOverflowArea(this);
}
public int traitColumnCount() {
Modified: trunk/foray/foray-fotree/src/java/org/foray/fotree/fo/prop/LeaderLength.java
===================================================================
--- trunk/foray/foray-fotree/src/java/org/foray/fotree/fo/prop/LeaderLength.java 2006-10-23 14:16:47 UTC (rev 8426)
+++ trunk/foray/foray-fotree/src/java/org/foray/fotree/fo/prop/LeaderLength.java 2006-10-24 01:37:22 UTC (rev 8427)
@@ -85,7 +85,7 @@
return new DtLengthRange(length, length, length);
}
if (pv instanceof DtPercentage) {
- return (DtPercentage) pv;
+ return pv;
}
throw unexpectedValue(value, propertyList);
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|