[jsword-svn] common/java/core/org/crosswire/common/progress s

jswordcvs at crosswire.org jswordcvs at crosswire.org
Sat Mar 19 19:34:54 MST 2005


Update of /cvs/jsword/common/java/core/org/crosswire/common/progress
In directory www.crosswire.org:/tmp/cvs-serv8149/java/core/org/crosswire/common/progress

Modified Files:
	Job.java 
Log Message:
Cleaning up checkstyle warnings.

Index: Job.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/progress/Job.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** Job.java	19 Mar 2005 18:45:07 -0000	1.9
--- Job.java	20 Mar 2005 02:34:52 -0000	1.10
***************
*** 65,69 ****
          this.start = -1;
          this.predictedlen = -1;
!         
          if (fakeupdates)
          {
--- 65,69 ----
          this.start = -1;
          this.predictedlen = -1;
! 
          if (fakeupdates)
          {
***************
*** 214,218 ****
          listeners.firePropertyChange("interruptable", oldValue, newValue); //$NON-NLS-1$
      }
!     
      /**
       * Shortcut to check if percent == 100
--- 214,218 ----
          listeners.firePropertyChange("interruptable", oldValue, newValue); //$NON-NLS-1$
      }
! 
      /**
       * Shortcut to check if percent == 100



More information about the jsword-svn mailing list