--- projects/cms/source/server/uk/org/iscream/cms/server/filter/UDPReader.java 2000/11/30 02:38:09 1.9 +++ projects/cms/source/server/uk/org/iscream/cms/server/filter/UDPReader.java 2000/12/13 13:36:46 1.10 @@ -14,7 +14,7 @@ import uk.ac.ukc.iscream.util.*; * the filter children. It harvests UDP traffic. * * @author $Author: ajm $ - * @version $Id: UDPReader.java,v 1.9 2000/11/30 02:38:09 ajm Exp $ + * @version $Id: UDPReader.java,v 1.10 2000/12/13 13:36:46 ajm Exp $ */ public class UDPReader extends Thread{ @@ -23,14 +23,16 @@ public class UDPReader extends Thread{ /** * The current CVS revision of this class */ - public final String REVISION = "$Revision: 1.9 $"; + public final String REVISION = "$Revision: 1.10 $"; //---STATIC METHODS--- //---CONSTRUCTORS--- - // It is normal to use this constructor in preference - // to any other in this class. + /** + * It is normal to use this constructor in preference + * to any other in this class. + */ public UDPReader(int port, Filter parent){ _port = port; _parent = parent;