Revision: 7662
Author: victormote
Date: 2006-06-16 18:00:18 -0700 (Fri, 16 Jun 2006)
ViewCVS: http://svn.sourceforge.net/foray/?rev=7662&view=rev
Log Message:
-----------
Conform to axsl changes:
1. Improvements to BackgroundArea interface.
2. Have TableArea return BackgroundAreas instead of Areas.
Modified Paths:
--------------
trunk/foray/foray-areatree/src/java/org/foray/area/TableRA.java
Modified: trunk/foray/foray-areatree/src/java/org/foray/area/TableRA.java
===================================================================
--- trunk/foray/foray-areatree/src/java/org/foray/area/TableRA.java 2006-06-17 00:35:48 UTC (rev 7661)
+++ trunk/foray/foray-areatree/src/java/org/foray/area/TableRA.java 2006-06-17 01:00:18 UTC (rev 7662)
@@ -296,7 +296,7 @@
/**
* {@inheritDoc}
*/
- public org.axsl.areaR.Area[] getBackgroundAreas() {
+ public org.axsl.areaR.BackgroundArea[] getBackgroundAreas() {
/* TODO: Implement this. See the method javadoc for details. */
return null;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|