From: John P. <joh...@us...> - 2005-09-06 21:21:18
|
Update of /cvsroot/javapathfinder//javapathfinder/src/gov/nasa/jpf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14220/src/gov/nasa/jpf Modified Files: ListenerAdapter.java Log Message: grammar fix in comment :) Index: ListenerAdapter.java =================================================================== RCS file: /cvsroot/javapathfinder//javapathfinder/src/gov/nasa/jpf/ListenerAdapter.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- ListenerAdapter.java 10 May 2005 06:46:54 -0000 1.1 +++ ListenerAdapter.java 6 Sep 2005 21:21:08 -0000 1.2 @@ -21,7 +21,7 @@ /** * Adapter class that dummy implements both VMListener and SearchListener interfaces - * Used to ease implementation of listeners that only process few notifications + * Used to ease implementation of listeners that only process a few notifications */ public class ListenerAdapter implements VMListener, SearchListener { |