[jsword-svn]
bibledesktop/java/main/org/crosswire/bibledesktop/display/tab s
jswordcvs at crosswire.org
jswordcvs at crosswire.org
Mon May 16 17:44:33 MST 2005
Update of /cvs/jsword/bibledesktop/java/main/org/crosswire/bibledesktop/display/tab
In directory www.crosswire.org:/tmp/cvs-serv25025/java/main/org/crosswire/bibledesktop/display/tab
Modified Files:
Msg.java TabbedBookDataDisplay.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/bibledesktop/java/main/org/crosswire/bibledesktop/display/tab/Msg.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Msg.java 10 May 2005 02:40:12 -0000 1.6
--- Msg.java 17 May 2005 00:44:31 -0000 1.7
***************
*** 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 MORE = new Msg("MORE"); //$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 MORE = new Msg("MORE"); //$NON-NLS-1$
Index: TabbedBookDataDisplay.java
===================================================================
RCS file: /cvs/jsword/bibledesktop/java/main/org/crosswire/bibledesktop/display/tab/TabbedBookDataDisplay.java,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** TabbedBookDataDisplay.java 10 May 2005 02:40:12 -0000 1.23
--- TabbedBookDataDisplay.java 17 May 2005 00:44:31 -0000 1.24
***************
*** 54,58 ****
* (commented out) on how this could be done.
*
! * @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]
--- 54,58 ----
* (commented out) on how this could be done.
*
! * @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