aboutsummaryrefslogtreecommitdiffstats
path: root/src/classes/share/javax
diff options
context:
space:
mode:
authorKevin Rushforth <[email protected]>2004-11-16 17:25:00 +0000
committerKevin Rushforth <[email protected]>2004-11-16 17:25:00 +0000
commit35886260cf5f304317737f33e2c6fa0aaa8c82f1 (patch)
treed03bce533db497cfab49bfa67522390b7e3c514f /src/classes/share/javax
parentdb6eaa178914973df9fe09ff9b71b28afc2b34d4 (diff)
Updated build numbering scheme for beta and fcs builds in preparation for
beta1 release git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@78 ba19aa83-45c5-6ac9-afd3-db810772062c
Diffstat (limited to 'src/classes/share/javax')
-rw-r--r--src/classes/share/javax/media/j3d/J3dDebug.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/classes/share/javax/media/j3d/J3dDebug.java b/src/classes/share/javax/media/j3d/J3dDebug.java
index 564d61a..8490d5e 100644
--- a/src/classes/share/javax/media/j3d/J3dDebug.java
+++ b/src/classes/share/javax/media/j3d/J3dDebug.java
@@ -14,7 +14,7 @@ package javax.media.j3d;
class J3dDebug {
- // For production release devPhase must be set to false.
+ // For production release devPhase is set to false.
// Do no debugging.
static final int NO_DEBUG = 0;
@@ -37,7 +37,7 @@ class J3dDebug {
// uncovering potential bugs during code development. This
// variable should be turned off during production release as it
// may cause performance hit.
- static final boolean devPhase = VersionInfo.devPhase;
+ static final boolean devPhase = VersionInfo.isDevPhase;
// This is a property variable. It allows a true/false be sent to
// J3d from command line, to on/off code segments. To avoid