[jsword-svn] common/java/core/org/crosswire/common/activate s
jswordcvs at crosswire.org
jswordcvs at crosswire.org
Mon May 16 17:47:04 MST 2005
Update of /cvs/jsword/common/java/core/org/crosswire/common/activate
In directory www.crosswire.org:/tmp/cvs-serv25437/java/core/org/crosswire/common/activate
Modified Files:
Activator.java Activatable.java Msg.java Lock.java
Log Message:
Added support for CheckStyle plugin.
Added a few more CheckStyle rules.
Fixed a spelling mistake.
Index: Lock.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/activate/Lock.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Lock.java 10 May 2005 02:38:37 -0000 1.3
--- Lock.java 17 May 2005 00:47:02 -0000 1.4
***************
*** 25,33 ****
* This class only exists to disuade you from calling activate() directly on
* an Activatable object.
- *
- * <p><table border='1' cellPadding='3' cellSpacing='0'>
- * <tr><td bgColor='white' class='TableRowColor'><font size='-7'>
*
! * @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]
--- 25,30 ----
* This class only exists to disuade you from calling activate() directly on
* an Activatable object.
*
! * @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: Activator.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/activate/Activator.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Activator.java 10 May 2005 02:38:37 -0000 1.5
--- Activator.java 17 May 2005 00:47:02 -0000 1.6
***************
*** 33,41 ****
* deactivate()d is save memory.
*
! * @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 Activator
{
/**
--- 33,41 ----
* deactivate()d is save memory.
*
! * @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 Activator
{
/**
Index: Activatable.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/activate/Activatable.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Activatable.java 10 May 2005 02:38:37 -0000 1.3
--- Activatable.java 17 May 2005 00:47:02 -0000 1.4
***************
*** 27,31 ****
* when to conserver memory.
*
! * @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]
--- 27,31 ----
* when to conserver memory.
*
! * @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,43 ****
* @param lock An attempt to ensure that only the Activator calls this method
*/
! public void activate(Lock lock);
/**
--- 39,43 ----
* @param lock An attempt to ensure that only the Activator calls this method
*/
! void activate(Lock lock);
/**
***************
*** 46,49 ****
* @param lock An attempt to ensure that only the Activator calls this method
*/
! public void deactivate(Lock lock);
}
--- 46,49 ----
* @param lock An attempt to ensure that only the Activator calls this method
*/
! void deactivate(Lock lock);
}
Index: Msg.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/activate/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:37 -0000 1.4
--- Msg.java 17 May 2005 00:47:02 -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 NOT_IMPLEMENTED = new Msg("Activator.NotImplemented"); //$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 NOT_IMPLEMENTED = new Msg("Activator.NotImplemented"); //$NON-NLS-1$
More information about the jsword-svn
mailing list