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

Diff of /jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/src/java/org/apache/commons/betwixt/strategy/HyphenatedNameMapper.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/strategy/HyphenatedNameMapper.java	2005/06/05 15:49:25	180103
+++ jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/src/java/org/apache/commons/betwixt/strategy/HyphenatedNameMapper.java	2005/06/05 15:50:03	180104
@@ -69,7 +69,7 @@ public class HyphenatedNameMapper implem
     
     /**
      * <p>The words within the bean name are deduced assuming the
-     * first-letter-capital (e.g. camel's hump) naming convention. For
+     * first-letter-capital (for example camel's hump) naming convention. For
      * example, the words in <code>FooBar</code> are <code>foo</code>
      * and <code>bar</code>.</p>
      * 
@@ -134,9 +134,11 @@ public class HyphenatedNameMapper implem
     }
     
     /** 
-     * Should the bean name be converted to upper case?
+     * <p>Should the bean name be converted to upper case?
+     * </p>
+     * <p>
      * Otherwise, it will be converted to lower case.
-     *
+     * </p>
      * @return whether upper or lower case conversions should be performed, 
      * which defaults to false for lower case
      */    

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26