? demo-src.diff
? conf/.nbattrs
? xdocs/.nbattrs
Index: java/org/apache/avalon/apps/demos/helloworldserver/HelloWorldServerMBean.java
===================================================================
RCS file: /home/cvspublic/jakarta-avalon-apps/demo/src/java/org/apache/avalon/apps/demos/helloworldserver/HelloWorldServerMBean.java,v
retrieving revision 1.1
diff -u -r1.1 HelloWorldServerMBean.java
--- java/org/apache/avalon/apps/demos/helloworldserver/HelloWorldServerMBean.java	2 Jun 2002 05:37:50 -0000	1.1
+++ java/org/apache/avalon/apps/demos/helloworldserver/HelloWorldServerMBean.java	16 Jul 2002 03:17:05 -0000
@@ -1,17 +1,23 @@
 /*
- * HellowWorldServerMBean.java
+ * Copyright (C) The Apache Software Foundation. All rights reserved.
  *
- * Created on May 31, 2002, 12:21 AM
+ * This software is published under the terms of the Apache Software License
+ * version 1.1, a copy of which has been included with this distribution in
+ * the LICENSE file.
  */
-
 package org.apache.avalon.apps.demos.helloworldserver;
 
 /**
+ * Specifies methods to export to manager
  *
- * @author  robertsh
- * @version 
+ * @author  Huw Roberts <huw@mmlive.com>
+ * @version 1.0
  */
 public interface HelloWorldServerMBean {
+    
+    /**
+     *  Sets the greeting that is returned to each http request
+     */
     public void setGreeting( final String greeting );
 }
 

