Revision: 7834
Author: victormote
Date: 2006-08-20 17:20:42 -0700 (Sun, 20 Aug 2006)
ViewCVS: http://svn.sourceforge.net/foray/?rev=7834&view=rev
Log Message:
-----------
Use the constant instead of describing it.
Modified Paths:
--------------
trunk/foray/foray-fotree/src/java/org/foray/fotree/value/DtSpace.java
Modified: trunk/foray/foray-fotree/src/java/org/foray/fotree/value/DtSpace.java
===================================================================
--- trunk/foray/foray-fotree/src/java/org/foray/fotree/value/DtSpace.java 2006-08-19 22:19:46 UTC (rev 7833)
+++ trunk/foray/foray-fotree/src/java/org/foray/fotree/value/DtSpace.java 2006-08-21 00:20:42 UTC (rev 7834)
@@ -35,8 +35,7 @@
*/
public class DtSpace extends Datatype {
- /* Set to the maximum integer value. */
- public static final int PRECEDENCE_FORCE = 2147483647;
+ public static final int PRECEDENCE_FORCE = Integer.MAX_VALUE;
public static final short[] CONDITIONALITY_KEYWORDS = {
Constants.FOVAL_DISCARD,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|