[jsword-svn] common/java/swing/org/crosswire/common/swing/desktop/event s

jswordcvs at crosswire.org jswordcvs at crosswire.org
Sun Mar 6 13:22:02 MST 2005


Update of /cvs/jsword/common/java/swing/org/crosswire/common/swing/desktop/event
In directory www.crosswire.org:/tmp/cvs-serv26740/java/swing/org/crosswire/common/swing/desktop/event

Modified Files:
	ViewEvent.java TitleChangedEvent.java 
Log Message:
Changes to satisfy CheckStyle

Index: ViewEvent.java
===================================================================
RCS file: /cvs/jsword/common/java/swing/org/crosswire/common/swing/desktop/event/ViewEvent.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ViewEvent.java	28 Nov 2004 21:36:31 -0000	1.2
--- ViewEvent.java	6 Mar 2005 20:21:59 -0000	1.3
***************
*** 30,37 ****
  public final class ViewEvent extends EventObject
  {
! 	/**
! 	 * Default ctor to set the event source
! 	 */
! 	public ViewEvent(Component view)
      {
          super(view);
--- 30,37 ----
  public final class ViewEvent extends EventObject
  {
!     /**
!      * Default ctor to set the event source
!      */
!     public ViewEvent(Component view)
      {
          super(view);

Index: TitleChangedEvent.java
===================================================================
RCS file: /cvs/jsword/common/java/swing/org/crosswire/common/swing/desktop/event/TitleChangedEvent.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** TitleChangedEvent.java	28 Nov 2004 21:36:31 -0000	1.2
--- TitleChangedEvent.java	6 Mar 2005 20:21:59 -0000	1.3
***************
*** 29,33 ****
  public class TitleChangedEvent extends EventObject
  {
! 	/**
       *
       */
--- 29,33 ----
  public class TitleChangedEvent extends EventObject
  {
!     /**
       *
       */



More information about the jsword-svn mailing list