/[Apache-SVN]/jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/src/java/org/apache/commons/betwixt/schema/SimpleType.java
ViewVC logotype

Diff of /jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/src/java/org/apache/commons/betwixt/schema/SimpleType.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/src/java/org/apache/commons/betwixt/schema/SimpleType.java	2005/06/05 15:49:25	180103
+++ jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/src/java/org/apache/commons/betwixt/schema/SimpleType.java	2005/06/05 15:50:03	180104
@@ -29,7 +29,7 @@ public class SimpleType {
 	
     /**
      * Gets the name
-     * @return
+     * @return the name of this type
      */
     public String getName() {
         return name;
@@ -37,7 +37,7 @@ public class SimpleType {
 
     /**
      * Sets the name
-     * @param string
+     * @param name
      */
     public void setName(String name) {
         this.name = name;

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26