From dna-commits at lists.jboss.org Fri Jun 20 13:27:55 2008 Content-Type: multipart/mixed; boundary="===============0385944221095644179==" MIME-Version: 1.0 From: dna-commits at lists.jboss.org To: dna-commits at lists.jboss.org Subject: [dna-commits] DNA SVN: r306 - trunk/dna-common/src/main/java/org/jboss/dna/common/text. Date: Fri, 20 Jun 2008 13:27:55 -0400 Message-ID: --===============0385944221095644179== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: rhauch Date: 2008-06-20 13:27:55 -0400 (Fri, 20 Jun 2008) New Revision: 306 Modified: trunk/dna-common/src/main/java/org/jboss/dna/common/text/Inflector.java Log: Added some JavaDoc to the Inflector class. Modified: trunk/dna-common/src/main/java/org/jboss/dna/common/text/Inflecto= r.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/dna-common/src/main/java/org/jboss/dna/common/text/Inflector.java= 2008-06-19 14:10:59 UTC (rev 305) +++ trunk/dna-common/src/main/java/org/jboss/dna/common/text/Inflector.java= 2008-06-20 17:27:55 UTC (rev 306) @@ -29,7 +29,10 @@ import org.jboss.dna.common.util.ArgCheck; = /** - * Transforms words to singular, plural, humanized (human readable), under= score, camel case, or ordinal form. + * Transforms words to singular, plural, humanized (human readable), under= score, camel case, or ordinal form. This is inspired by + * the Infle= ctor class in Ruby on Rails, which is distrib= uted under the Rails license<= /a>. * = * @author Randall Hauch */ --===============0385944221095644179==--