[MOBY-guts] biomoby commit

Martin Senger senger at pub.open-bio.org
Wed Oct 12 11:36:59 UTC 2005


senger
Wed Oct 12 07:36:59 EDT 2005
Update of /home/repository/moby/moby-live/Java/src/main/org/biomoby/shared/event
In directory pub.open-bio.org:/tmp/cvs-serv13765/src/main/org/biomoby/shared/event

Modified Files:
	Notifier.java 
Log Message:


moby-live/Java/src/main/org/biomoby/shared/event Notifier.java,1.1,1.2
===================================================================
RCS file: /home/repository/moby/moby-live/Java/src/main/org/biomoby/shared/event/Notifier.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- /home/repository/moby/moby-live/Java/src/main/org/biomoby/shared/event/Notifier.java	2005/10/12 11:17:59	1.1
+++ /home/repository/moby/moby-live/Java/src/main/org/biomoby/shared/event/Notifier.java	2005/10/12 11:36:59	1.2
@@ -37,7 +37,7 @@
      * notification events from the class that implements this
      * interface. <p>
      *
-     * @param the notification listener to be added
+     * @param l notification listener to be added
      ********************************************************************/
     void addNotificationListener (NotificationListener l);
 
@@ -46,7 +46,7 @@
      * longer receives notification events from the class that
      * implements this interface. <p>
      *
-     * @param the notification listener to be removed
+     * @param l notification listener to be removed
      ********************************************************************/
     void removeNotificationListener (NotificationListener l);
 




More information about the MOBY-guts mailing list