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

jswordcvs at crosswire.org jswordcvs at crosswire.org
Mon May 16 17:47:03 MST 2005


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

Modified Files:
	WorkListener.java WorkEvent.java JobManager.java Job.java 
	Msg.java 
Log Message:
Added support for CheckStyle plugin.
Added a few more CheckStyle rules.
Fixed a spelling mistake.

Index: Msg.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/progress/Msg.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Msg.java	10 May 2005 02:38:36 -0000	1.4
--- Msg.java	17 May 2005 00:47:01 -0000	1.5
***************
*** 27,35 ****
   * Compile safe Msg resource settings.
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
   */
! public class Msg extends MsgBase
  {
      static final Msg DONE = new Msg("Job.Done"); //$NON-NLS-1$
--- 27,35 ----
   * Compile safe Msg resource settings.
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
   */
! public final class Msg extends MsgBase
  {
      static final Msg DONE = new Msg("Job.Done"); //$NON-NLS-1$

Index: JobManager.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/progress/JobManager.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** JobManager.java	10 May 2005 02:38:36 -0000	1.6
--- JobManager.java	17 May 2005 00:47:01 -0000	1.7
***************
*** 66,74 ****
   * </pre>
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
   */
! public class JobManager
  {
      /**
--- 66,74 ----
   * </pre>
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
   */
! public final class JobManager
  {
      /**

Index: Job.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/progress/Job.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** Job.java	10 May 2005 02:38:36 -0000	1.14
--- Job.java	17 May 2005 00:47:01 -0000	1.15
***************
*** 44,48 ****
   * A Generic method of keeping track of Threads and monitoring their progress.
   *
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 44,48 ----
   * A Generic method of keeping track of Threads and monitoring their progress.
   *
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: WorkListener.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/progress/WorkListener.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** WorkListener.java	10 May 2005 02:38:36 -0000	1.5
--- WorkListener.java	17 May 2005 00:47:01 -0000	1.6
***************
*** 28,32 ****
   * to recieve ProgressEvents when ever we make progress.
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 28,32 ----
   * to recieve ProgressEvents when ever we make progress.
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
***************
*** 39,42 ****
       * @param ev Describes the progress
       */
!     public void workProgressed(WorkEvent ev);
  }
--- 39,42 ----
       * @param ev Describes the progress
       */
!     void workProgressed(WorkEvent ev);
  }

Index: WorkEvent.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/progress/WorkEvent.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** WorkEvent.java	10 May 2005 02:38:36 -0000	1.7
--- WorkEvent.java	17 May 2005 00:47:01 -0000	1.8
***************
*** 28,32 ****
   * in generating a new Bible.
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 28,32 ----
   * in generating a new Bible.
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]



More information about the jsword-svn mailing list