You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/05/15 18:57:31 UTC

svn commit: r1831657 - in /commons/proper/jxpath/trunk: README.md src/changes/changes.xml src/site/site.xml src/site/xdoc/index.xml

Author: ggregory
Date: Tue May 15 18:57:31 2018
New Revision: 1831657

URL: http://svn.apache.org/viewvc?rev=1831657&view=rev
Log:
Typo: 'JavaDoc' -> 'Javadoc'.

Modified:
    commons/proper/jxpath/trunk/README.md
    commons/proper/jxpath/trunk/src/changes/changes.xml
    commons/proper/jxpath/trunk/src/site/site.xml
    commons/proper/jxpath/trunk/src/site/xdoc/index.xml

Modified: commons/proper/jxpath/trunk/README.md
URL: http://svn.apache.org/viewvc/commons/proper/jxpath/trunk/README.md?rev=1831657&r1=1831656&r2=1831657&view=diff
==============================================================================
--- commons/proper/jxpath/trunk/README.md (original)
+++ commons/proper/jxpath/trunk/README.md Tue May 15 18:57:31 2018
@@ -52,7 +52,7 @@ Documentation
 -------------
 
 More information can be found on the [Apache Commons JXPath homepage](https://commons.apache.org/proper/commons-jxpath).
-The [JavaDoc](https://commons.apache.org/proper/commons-jxpath/javadocs/api-release) can be browsed.
+The [Javadoc](https://commons.apache.org/proper/commons-jxpath/javadocs/api-release) can be browsed.
 Questions related to the usage of Apache Commons JXPath should be posted to the [user mailing list][ml].
 
 Where can I get the latest release?

Modified: commons/proper/jxpath/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/jxpath/trunk/src/changes/changes.xml?rev=1831657&r1=1831656&r2=1831657&view=diff
==============================================================================
--- commons/proper/jxpath/trunk/src/changes/changes.xml (original)
+++ commons/proper/jxpath/trunk/src/changes/changes.xml Tue May 15 18:57:31 2018
@@ -51,7 +51,7 @@ The <action> type attribute can be add,u
         Update to Java 7
       </action>
       <action issue="JXPATH-172" dev="britter" type="update" due-to="Michele Vivoda">
-        Clarify JavaDoc of JXPathContext#getPointer
+        Clarify Javadoc of JXPathContext#getPointer
       </action>
       <action issue="JXPATH-113" dev="britter" type="fix" due-to="Michele Vivoda">
         NullPointerException in ChildContext when document only contains an empty root node

Modified: commons/proper/jxpath/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/commons/proper/jxpath/trunk/src/site/site.xml?rev=1831657&r1=1831656&r2=1831657&view=diff
==============================================================================
--- commons/proper/jxpath/trunk/src/site/site.xml (original)
+++ commons/proper/jxpath/trunk/src/site/site.xml Tue May 15 18:57:31 2018
@@ -28,14 +28,14 @@ under the License.
       <item name="Overview"        href="/index.html"/>
       <item name="Download"        href="http://commons.apache.org/jxpath/download_jxpath.cgi"/>
       <item name="User's Guide"    href="/users-guide.html"/>
-      <item name="JavaDoc"         href="/apidocs/index.html"/>
+      <item name="Javadoc"         href="/apidocs/index.html"/>
       <item name="Release Notes"   href="/release-notes-1.3.html"/>
       <item name="Dependencies"    href="/dependencies.html"/>
       <item name="License"         href="/license.html"/>
       <item name="Wiki"            href="http://wiki.apache.org/commons/JXPath"/>
     </menu>
     <menu name="JXPath 1.3">
-      <item name="JavaDoc"         href="/javadocs/api-1.3/"/>
+      <item name="Javadoc"         href="/javadocs/api-1.3/"/>
       <item name="Release Notes"   href="/release-notes-1.3.html"/>
     </menu>
     <menu name="JXPath 1.2">
@@ -49,7 +49,7 @@ under the License.
     <menu name="Development">
       <item name="Mailing Lists"     href="/mail-lists.html"/>
       <item name="Issue Tracking"    href="/issue-tracking.html"/>
-      <item name="Latest JavaDoc"    href="/apidocs/index.html"/>
+      <item name="Latest Javadoc"    href="/apidocs/index.html"/>
       <item name="Source Repository" href="/source-repository.html"/>
       <item name="Building"          href="/building.html"/>
     </menu>

Modified: commons/proper/jxpath/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/jxpath/trunk/src/site/xdoc/index.xml?rev=1831657&r1=1831656&r2=1831657&view=diff
==============================================================================
--- commons/proper/jxpath/trunk/src/site/xdoc/index.xml (original)
+++ commons/proper/jxpath/trunk/src/site/xdoc/index.xml Tue May 15 18:57:31 2018
@@ -76,7 +76,7 @@ while (it.hasNext()){
             JXPath documentation currently contains:
             <ul>
               <li><a href="users-guide.html">User's Guide</a></li>
-              <li><a href="apidocs/index.html">JavaDoc API Documentation</a></li>
+              <li><a href="apidocs/index.html">Javadoc API Documentation</a></li>
 <!--              <li><a href="design.html">JXPath Design</a>, which is a document
                 primarily intended for those who are interested in extending JXPath.
                 It could also be quite useful if you are debugging a tough problem.