Fix typo. Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau/commit/b3521f77 Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau/tree/b3521f77 Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau/diff/b3521f77
Branch: refs/heads/master Commit: b3521f7704ed4feda7e6f8b6ab5ff1067114f899 Parents: b095bd8 Author: jamesbognar <[email protected]> Authored: Thu Aug 25 11:39:30 2016 -0400 Committer: jamesbognar <[email protected]> Committed: Thu Aug 25 11:39:30 2016 -0400 ---------------------------------------------------------------------- .../src/main/java/org/apache/juneau/annotation/NameProperty.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/b3521f77/juneau-core/src/main/java/org/apache/juneau/annotation/NameProperty.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/annotation/NameProperty.java b/juneau-core/src/main/java/org/apache/juneau/annotation/NameProperty.java index dfc3926..bfa2d6a 100644 --- a/juneau-core/src/main/java/org/apache/juneau/annotation/NameProperty.java +++ b/juneau-core/src/main/java/org/apache/juneau/annotation/NameProperty.java @@ -24,7 +24,7 @@ import org.apache.juneau.ini.*; * its parent object. * <p> * For example, the {@link Section} class must know the name it's known by it's parent - * {@link ConfigFileImpl} class, so parsers will call this method with the sectio name + * {@link ConfigFileImpl} class, so parsers will call this method with the section name * using the {@link Section#setName(String)} method. * * @author James Bognar ([email protected])
