[jsword-svn] jsword/java/jsword/org/crosswire/jsword/book/filter/osis s

jswordcvs at crosswire.org jswordcvs at crosswire.org
Mon May 16 17:43:19 MST 2005


Update of /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/filter/osis
In directory www.crosswire.org:/tmp/cvs-serv23836/java/jsword/org/crosswire/jsword/book/filter/osis

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

Index: OSISFilter.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/filter/osis/OSISFilter.java,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** OSISFilter.java	10 May 2005 02:39:24 -0000	1.16
--- OSISFilter.java	17 May 2005 00:43:17 -0000	1.17
***************
*** 42,46 ****
   * Filter to convert an OSIS XML string to OSIS format.
   * 
!  * @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]
--- 42,46 ----
   * Filter to convert an OSIS XML string to OSIS format.
   * 
!  * @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: Msg.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/filter/osis/Msg.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** Msg.java	10 May 2005 02:39:24 -0000	1.7
--- Msg.java	17 May 2005 00:43:17 -0000	1.8
***************
*** 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]
   */
! class Msg extends MsgBase
  {
      static final Msg UNUSED = new Msg("UNUSED"); //$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]
   */
! final class Msg extends MsgBase
  {
      static final Msg UNUSED = new Msg("UNUSED"); //$NON-NLS-1$



More information about the jsword-svn mailing list