You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by dl...@apache.org on 2003/08/12 01:52:20 UTC

cvs commit: jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/io BeanRuleSet.java

dlr         2003/08/11 16:52:20

  Modified:    betwixt/src/java/org/apache/commons/betwixt/io
                        BeanRuleSet.java
  Log:
  * src/java/org/apache/commons/betwixt/io/BeanRuleSet.java
    baseContext: Corrected JavaDoc by changing "obtain" to "obtained".
  
  Revision  Changes    Path
  1.10      +6 -6      jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/io/BeanRuleSet.java
  
  Index: BeanRuleSet.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/io/BeanRuleSet.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -u -r1.9 -r1.10
  --- BeanRuleSet.java	31 Jul 2003 21:40:58 -0000	1.9
  +++ BeanRuleSet.java	11 Aug 2003 23:52:20 -0000	1.10
  @@ -110,7 +110,7 @@
       private ElementDescriptor baseElementDescriptor;
       /** The bean based  */
       private Class baseBeanClass;
  -    /** The (empty) base context from which all Contexts with beans are (directly or indirectly) obtain */
  +    /** The (empty) base context from which all Contexts with beans are (directly or indirectly) obtained */
       private Context baseContext;
       /** allows an attribute to be specified to overload the types of beans used */
       private String classNameAttribute = "className";