Repository: juneau Updated Branches: refs/heads/master 7cbd3e5f6 -> 2ea6ad72a
Fix docs. Project: http://git-wip-us.apache.org/repos/asf/juneau/repo Commit: http://git-wip-us.apache.org/repos/asf/juneau/commit/2ea6ad72 Tree: http://git-wip-us.apache.org/repos/asf/juneau/tree/2ea6ad72 Diff: http://git-wip-us.apache.org/repos/asf/juneau/diff/2ea6ad72 Branch: refs/heads/master Commit: 2ea6ad72a7fd1eb335ee2c8f848b7db92d5d130b Parents: 7cbd3e5 Author: JamesBognar <jamesbog...@apache.org> Authored: Fri Dec 29 10:55:00 2017 -0500 Committer: JamesBognar <jamesbog...@apache.org> Committed: Fri Dec 29 10:55:00 2017 -0500 ---------------------------------------------------------------------- .../src/main/java/org/apache/juneau/httppart/SimplePartParser.java | 2 +- juneau-doc/src/main/javadoc/overview.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/juneau/blob/2ea6ad72/juneau-core/juneau-marshall/src/main/java/org/apache/juneau/httppart/SimplePartParser.java ---------------------------------------------------------------------- diff --git a/juneau-core/juneau-marshall/src/main/java/org/apache/juneau/httppart/SimplePartParser.java b/juneau-core/juneau-marshall/src/main/java/org/apache/juneau/httppart/SimplePartParser.java index 2e7af93..c7be584 100644 --- a/juneau-core/juneau-marshall/src/main/java/org/apache/juneau/httppart/SimplePartParser.java +++ b/juneau-core/juneau-marshall/src/main/java/org/apache/juneau/httppart/SimplePartParser.java @@ -17,7 +17,7 @@ import org.apache.juneau.internal.*; import org.apache.juneau.parser.*; /** - * An implementation of {@link HttpPartParser} that takes in the strings and tries to convert them to POJOs. + * An implementation of {@link HttpPartParser} that takes in the strings and tries to convert them to POJOs using constructors and static create methods. * * <p> * The class being created must be one of the following in order to convert it from a string: http://git-wip-us.apache.org/repos/asf/juneau/blob/2ea6ad72/juneau-doc/src/main/javadoc/overview.html ---------------------------------------------------------------------- diff --git a/juneau-doc/src/main/javadoc/overview.html b/juneau-doc/src/main/javadoc/overview.html index eb81446..054d5c7 100644 --- a/juneau-doc/src/main/javadoc/overview.html +++ b/juneau-doc/src/main/javadoc/overview.html @@ -7549,7 +7549,7 @@ <h5 class='toc'>What's new in each release</h5> <ul class='toc'> - <li><p><a class='doclink' href='#7.0.1'>7.0.2 (TBD)</a></p> + <li><p><a class='doclink' href='#7.0.2'>7.0.2 (TBD)</a></p> <li><p><a class='doclink' href='#7.0.1'>7.0.1 (Dec 24, 2017)</a></p> <li><p><a class='doclink' href='#7.0.0'>7.0.0 (Oct 25, 2017)</a></p> <li><p><a class='doclink' href='#6.4.0'>6.4.0 (Oct 5, 2017)</a></p>