You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2017/03/04 01:00:12 UTC

[47/50] [abbrv] [text] (doc) userguide replace "text.beta." with "text."

(doc) userguide replace "text.beta." with "text."


Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/dc10b4c1
Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/dc10b4c1
Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/dc10b4c1

Branch: refs/heads/release
Commit: dc10b4c1045cbd485752b7f9a0e3b6969f3eb98a
Parents: 1911d42
Author: Rob Tompkins <ch...@apache.org>
Authored: Sun Feb 26 20:16:58 2017 -0500
Committer: Rob Tompkins <ch...@apache.org>
Committed: Sun Feb 26 20:16:58 2017 -0500

----------------------------------------------------------------------
 src/site/xdoc/userguide.xml | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/dc10b4c1/src/site/xdoc/userguide.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/userguide.xml b/src/site/xdoc/userguide.xml
index 8803797..a54fd16 100644
--- a/src/site/xdoc/userguide.xml
+++ b/src/site/xdoc/userguide.xml
@@ -31,10 +31,10 @@ limitations under the License.
         <h2>Users Guide</h2>
         <br/>
         <a href="#Description">[Description]</a>
-        <a href="#text.beta.">[text.beta.*]</a>
-        <a href="#text.beta.diff.">[text.beta.diff.*]</a>
-        <a href="#text.beta.similarity.">[text.beta.similarity.*]</a>
-        <a href="#text.beta.translate.">[text.beta.translate.*]</a>
+        <a href="#text.">[text.*]</a>
+        <a href="#text.diff.">[text.diff.*]</a>
+        <a href="#text.similarity.">[text.similarity.*]</a>
+        <a href="#text.translate.">[text.translate.*]</a>
         <br/>
         <br/>
       </div>
@@ -48,7 +48,7 @@ limitations under the License.
       </p>
     </section>
 
-    <section name="text.beta.*">
+    <section name="text.*">
 
       <p>Originally the text package was added in Commons Lang 2.2. However, its
         new home is here. It provides, amongst other
@@ -72,7 +72,7 @@ limitations under the License.
           It's provides ways in which to generate pieces of text, such as might
           be used for default passwords. StringEscapeUtils contains methods to
           escape and unescape Java, JavaScript, HTML, XML and SQL. It is worth noting that
-          the package <code>org.apache.commons.text.beta.translate</code> holds the
+          the package <code>org.apache.commons.text.translate</code> holds the
           functionality underpinning the StringEscapeUtils with mappings and translations
           between such mappings for the sake of doing String escaping. StrTokenizer is
           an improved alternative to java.util.StringTokenizer.
@@ -80,7 +80,7 @@ limitations under the License.
       </subsection>
 
       <subsection name="Similarity and Distance">
-        <p>The <code>org.apache.commons.text.beta.similarity</code> packages contains various different mechanisms of
+        <p>The <code>org.apache.commons.text.similarity</code> packages contains various different mechanisms of
           calculating "similarity scores" as well as "edit distances between Strings. Note,
           the difference between a "similarity score" and a "distance function" is that
           a distance functions meets the following qualifications:
@@ -120,7 +120,7 @@ limitations under the License.
 
       <subsection
               name="Text diff'ing">
-        <p>The <code>org.apache.commons.text.beta.diff</code> package contains code for
+        <p>The <code>org.apache.commons.text.diff</code> package contains code for
           doing diff between strings. The initial implementation of the Myers algorithm was adapted from the
           commons-collections sequence package.
         </p>
@@ -129,7 +129,7 @@ limitations under the License.
 
     </section>
 
-    <section name="text.beta.diff.*">
+    <section name="text.diff.*">
       <!--
       CommandVisitor
       DeleteCommand
@@ -147,7 +147,7 @@ limitations under the License.
       </p>
     </section>
 
-    <section name="text.beta.similarity.*">
+    <section name="text.similarity.*">
       <!--
       Enum
       EnumUtils