Modified: 
websites/production/commons/content/sandbox/commons-text/apidocs/org/apache/commons/text/diff/CommandVisitor.html
==============================================================================
--- 
websites/production/commons/content/sandbox/commons-text/apidocs/org/apache/commons/text/diff/CommandVisitor.html
 (original)
+++ 
websites/production/commons/content/sandbox/commons-text/apidocs/org/apache/commons/text/diff/CommandVisitor.html
 Sun Apr 26 10:18:25 2015
@@ -1,39 +1,25 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <!-- NewPage -->
-<html lang="en">
+<html lang="de">
 <head>
-<!-- Generated by javadoc -->
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
 <title>CommandVisitor (Apache Commons Text 0.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
-<script type="text/javascript" src="../../../../../script.js"></script>
 </head>
 <body>
 <script type="text/javascript"><!--
-    try {
-        if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="CommandVisitor (Apache Commons Text 
0.1-SNAPSHOT API)";
-        }
-    }
-    catch(err) {
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="CommandVisitor (Apache Commons Text 
0.1-SNAPSHOT API)";
     }
 //-->
-var methods = {"i0":6,"i1":6,"i2":6};
-var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],4:["t3","Abstract Methods"]};
-var altColor = "altColor";
-var rowColor = "rowColor";
-var tableTab = "tableTab";
-var activeTableTab = "activeTableTab";
 </script>
 <noscript>
 <div>JavaScript is disabled on your browser.</div>
 </noscript>
 <!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar.top">
+<div class="topNav"><a name="navbar_top">
 <!--   -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation 
links">Skip navigation links</a></div>
-<a name="navbar.top.firstrow">
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a 
name="navbar_top_firstrow">
 <!--   -->
 </a>
 <ul class="navList" title="Navigation">
@@ -49,15 +35,15 @@ var activeTableTab = "activeTableTab";
 </div>
 <div class="subNav">
 <ul class="navList">
-<li>Prev&nbsp;Class</li>
-<li><a href="../../../../../org/apache/commons/text/diff/DeleteCommand.html" 
title="class in org.apache.commons.text.diff"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li>Prev Class</li>
+<li><a href="../../../../../org/apache/commons/text/diff/DeleteCommand.html" 
title="class in org.apache.commons.text.diff"><span class="strong">Next 
Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a 
href="../../../../../index.html?org/apache/commons/text/diff/CommandVisitor.html"
 target="_top">Frames</a></li>
-<li><a href="CommandVisitor.html" target="_top">No&nbsp;Frames</a></li>
+<li><a href="CommandVisitor.html" target="_top">No Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
 </ul>
 <div>
 <script type="text/javascript"><!--
@@ -77,16 +63,16 @@ var activeTableTab = "activeTableTab";
 <li>Nested&nbsp;|&nbsp;</li>
 <li>Field&nbsp;|&nbsp;</li>
 <li>Constr&nbsp;|&nbsp;</li>
-<li><a href="#method.summary">Method</a></li>
+<li><a href="#method_summary">Method</a></li>
 </ul>
 <ul class="subNavList">
 <li>Detail:&nbsp;</li>
 <li>Field&nbsp;|&nbsp;</li>
 <li>Constr&nbsp;|&nbsp;</li>
-<li><a href="#method.detail">Method</a></li>
+<li><a href="#method_detail">Method</a></li>
 </ul>
 </div>
-<a name="skip.navbar.top">
+<a name="skip-navbar_top">
 <!--   -->
 </a></div>
 <!-- ========= END OF TOP NAVBAR ========= -->
@@ -99,24 +85,21 @@ var activeTableTab = "activeTableTab";
 <div class="description">
 <ul class="blockList">
 <li class="blockList">
-<dl>
-<dt><span class="paramLabel">Type Parameters:</span></dt>
-<dd><code>T</code> - object type</dd>
-</dl>
+<dl><dt><span class="strong">Type Parameters:</span></dt><dd><code>T</code> - 
object type</dd></dl>
 <dl>
 <dt>All Known Implementing Classes:</dt>
 <dd><a 
href="../../../../../org/apache/commons/text/diff/ReplacementsFinder.html" 
title="class in org.apache.commons.text.diff">ReplacementsFinder</a></dd>
 </dl>
 <hr>
 <br>
-<pre>public interface <a 
href="../../../../../src-html/org/apache/commons/text/diff/CommandVisitor.html#line.123">CommandVisitor</a>&lt;T&gt;</pre>
+<pre>public interface <a 
href="../../../../../src-html/org/apache/commons/text/diff/CommandVisitor.html#line.122">CommandVisitor</a>&lt;T&gt;</pre>
 <div class="block">This interface should be implemented by user object to walk
  through <a href="../../../../../org/apache/commons/text/diff/EditScript.html" 
title="class in org.apache.commons.text.diff"><code>EditScript</code></a> 
objects.
  <p>
  Users should implement this interface in order to walk through
  the <a href="../../../../../org/apache/commons/text/diff/EditScript.html" 
title="class in org.apache.commons.text.diff"><code>EditScript</code></a> 
object created by the comparison
  of two sequences. This is a direct application of the visitor
- design pattern. The <a 
href="../../../../../org/apache/commons/text/diff/EditScript.html#visit-org.apache.commons.text.diff.CommandVisitor-"><code>EditScript.visit</code></a>
+ design pattern. The <a 
href="../../../../../org/apache/commons/text/diff/EditScript.html#visit(org.apache.commons.text.diff.CommandVisitor)"><code>EditScript.visit</code></a>
  method takes an object implementing this interface as an argument,
  it will perform the loop over all commands in the script and the
  proper methods of the user class will be called as the commands are
@@ -209,10 +192,6 @@ var activeTableTab = "activeTableTab";
 
  }
  </pre></div>
-<dl>
-<dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>1.0</dd>
-</dl>
 </li>
 </ul>
 </div>
@@ -221,31 +200,31 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <!-- ========== METHOD SUMMARY =========== -->
 <ul class="blockList">
-<li class="blockList"><a name="method.summary">
+<li class="blockList"><a name="method_summary">
 <!--   -->
 </a>
 <h3>Method Summary</h3>
-<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Method Summary table, listing methods, and an explanation">
-<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span 
class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a 
href="javascript:show(2);">Instance Methods</a></span><span 
class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a 
href="javascript:show(4);">Abstract Methods</a></span><span 
class="tabEnd">&nbsp;</span></span></caption>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Method Summary table, listing methods, and an explanation">
+<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
 <th class="colFirst" scope="col">Modifier and Type</th>
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
-<tr id="i0" class="altColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/commons/text/diff/CommandVisitor.html#visitDeleteCommand-T-">visitDeleteCommand</a></span>(<a
 href="../../../../../org/apache/commons/text/diff/CommandVisitor.html" 
title="type parameter in CommandVisitor">T</a>&nbsp;object)</code>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/commons/text/diff/CommandVisitor.html#visitDeleteCommand(T)">visitDeleteCommand</a></strong>(<a
 href="../../../../../org/apache/commons/text/diff/CommandVisitor.html" 
title="type parameter in CommandVisitor">T</a>&nbsp;object)</code>
 <div class="block">Method called when a delete command is encountered.</div>
 </td>
 </tr>
-<tr id="i1" class="rowColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/commons/text/diff/CommandVisitor.html#visitInsertCommand-T-">visitInsertCommand</a></span>(<a
 href="../../../../../org/apache/commons/text/diff/CommandVisitor.html" 
title="type parameter in CommandVisitor">T</a>&nbsp;object)</code>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/commons/text/diff/CommandVisitor.html#visitInsertCommand(T)">visitInsertCommand</a></strong>(<a
 href="../../../../../org/apache/commons/text/diff/CommandVisitor.html" 
title="type parameter in CommandVisitor">T</a>&nbsp;object)</code>
 <div class="block">Method called when an insert command is encountered.</div>
 </td>
 </tr>
-<tr id="i2" class="altColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/commons/text/diff/CommandVisitor.html#visitKeepCommand-T-">visitKeepCommand</a></span>(<a
 href="../../../../../org/apache/commons/text/diff/CommandVisitor.html" 
title="type parameter in CommandVisitor">T</a>&nbsp;object)</code>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/commons/text/diff/CommandVisitor.html#visitKeepCommand(T)">visitKeepCommand</a></strong>(<a
 href="../../../../../org/apache/commons/text/diff/CommandVisitor.html" 
title="type parameter in CommandVisitor">T</a>&nbsp;object)</code>
 <div class="block">Method called when a keep command is encountered.</div>
 </td>
 </tr>
@@ -260,56 +239,47 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <!-- ============ METHOD DETAIL ========== -->
 <ul class="blockList">
-<li class="blockList"><a name="method.detail">
+<li class="blockList"><a name="method_detail">
 <!--   -->
 </a>
 <h3>Method Detail</h3>
-<a name="visitInsertCommand-java.lang.Object-">
+<a name="visitInsertCommand(java.lang.Object)">
 <!--   -->
-</a><a name="visitInsertCommand-T-">
+</a><a name="visitInsertCommand(T)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>visitInsertCommand</h4>
-<pre>void&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/diff/CommandVisitor.html#line.130">visitInsertCommand</a>(<a
 href="../../../../../org/apache/commons/text/diff/CommandVisitor.html" 
title="type parameter in CommandVisitor">T</a>&nbsp;object)</pre>
+<pre>void&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/diff/CommandVisitor.html#line.129">visitInsertCommand</a>(<a
 href="../../../../../org/apache/commons/text/diff/CommandVisitor.html" 
title="type parameter in CommandVisitor">T</a>&nbsp;object)</pre>
 <div class="block">Method called when an insert command is encountered.</div>
-<dl>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>object</code> - object to insert (this object comes from the second 
sequence)</dd>
-</dl>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>object</code> - 
object to insert (this object comes from the second sequence)</dd></dl>
 </li>
 </ul>
-<a name="visitKeepCommand-java.lang.Object-">
+<a name="visitKeepCommand(java.lang.Object)">
 <!--   -->
-</a><a name="visitKeepCommand-T-">
+</a><a name="visitKeepCommand(T)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>visitKeepCommand</h4>
-<pre>void&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/diff/CommandVisitor.html#line.137">visitKeepCommand</a>(<a
 href="../../../../../org/apache/commons/text/diff/CommandVisitor.html" 
title="type parameter in CommandVisitor">T</a>&nbsp;object)</pre>
+<pre>void&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/diff/CommandVisitor.html#line.136">visitKeepCommand</a>(<a
 href="../../../../../org/apache/commons/text/diff/CommandVisitor.html" 
title="type parameter in CommandVisitor">T</a>&nbsp;object)</pre>
 <div class="block">Method called when a keep command is encountered.</div>
-<dl>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>object</code> - object to keep (this object comes from the first 
sequence)</dd>
-</dl>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>object</code> - 
object to keep (this object comes from the first sequence)</dd></dl>
 </li>
 </ul>
-<a name="visitDeleteCommand-java.lang.Object-">
+<a name="visitDeleteCommand(java.lang.Object)">
 <!--   -->
-</a><a name="visitDeleteCommand-T-">
+</a><a name="visitDeleteCommand(T)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>visitDeleteCommand</h4>
-<pre>void&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/diff/CommandVisitor.html#line.144">visitDeleteCommand</a>(<a
 href="../../../../../org/apache/commons/text/diff/CommandVisitor.html" 
title="type parameter in CommandVisitor">T</a>&nbsp;object)</pre>
+<pre>void&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/diff/CommandVisitor.html#line.143">visitDeleteCommand</a>(<a
 href="../../../../../org/apache/commons/text/diff/CommandVisitor.html" 
title="type parameter in CommandVisitor">T</a>&nbsp;object)</pre>
 <div class="block">Method called when a delete command is encountered.</div>
-<dl>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>object</code> - object to delete (this object comes from the first 
sequence)</dd>
-</dl>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>object</code> - 
object to delete (this object comes from the first sequence)</dd></dl>
 </li>
 </ul>
 </li>
@@ -320,11 +290,9 @@ var activeTableTab = "activeTableTab";
 </div>
 <!-- ========= END OF CLASS DATA ========= -->
 <!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar.bottom">
+<div class="bottomNav"><a name="navbar_bottom">
 <!--   -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation 
links">Skip navigation links</a></div>
-<a name="navbar.bottom.firstrow">
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a 
name="navbar_bottom_firstrow">
 <!--   -->
 </a>
 <ul class="navList" title="Navigation">
@@ -340,15 +308,15 @@ var activeTableTab = "activeTableTab";
 </div>
 <div class="subNav">
 <ul class="navList">
-<li>Prev&nbsp;Class</li>
-<li><a href="../../../../../org/apache/commons/text/diff/DeleteCommand.html" 
title="class in org.apache.commons.text.diff"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li>Prev Class</li>
+<li><a href="../../../../../org/apache/commons/text/diff/DeleteCommand.html" 
title="class in org.apache.commons.text.diff"><span class="strong">Next 
Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a 
href="../../../../../index.html?org/apache/commons/text/diff/CommandVisitor.html"
 target="_top">Frames</a></li>
-<li><a href="CommandVisitor.html" target="_top">No&nbsp;Frames</a></li>
+<li><a href="CommandVisitor.html" target="_top">No Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
 </ul>
 <div>
 <script type="text/javascript"><!--
@@ -368,19 +336,19 @@ var activeTableTab = "activeTableTab";
 <li>Nested&nbsp;|&nbsp;</li>
 <li>Field&nbsp;|&nbsp;</li>
 <li>Constr&nbsp;|&nbsp;</li>
-<li><a href="#method.summary">Method</a></li>
+<li><a href="#method_summary">Method</a></li>
 </ul>
 <ul class="subNavList">
 <li>Detail:&nbsp;</li>
 <li>Field&nbsp;|&nbsp;</li>
 <li>Constr&nbsp;|&nbsp;</li>
-<li><a href="#method.detail">Method</a></li>
+<li><a href="#method_detail">Method</a></li>
 </ul>
 </div>
-<a name="skip.navbar.bottom">
+<a name="skip-navbar_bottom">
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 <p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2015 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: 
websites/production/commons/content/sandbox/commons-text/apidocs/org/apache/commons/text/diff/DeleteCommand.html
==============================================================================
--- 
websites/production/commons/content/sandbox/commons-text/apidocs/org/apache/commons/text/diff/DeleteCommand.html
 (original)
+++ 
websites/production/commons/content/sandbox/commons-text/apidocs/org/apache/commons/text/diff/DeleteCommand.html
 Sun Apr 26 10:18:25 2015
@@ -1,39 +1,25 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <!-- NewPage -->
-<html lang="en">
+<html lang="de">
 <head>
-<!-- Generated by javadoc -->
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
 <title>DeleteCommand (Apache Commons Text 0.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
-<script type="text/javascript" src="../../../../../script.js"></script>
 </head>
 <body>
 <script type="text/javascript"><!--
-    try {
-        if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="DeleteCommand (Apache Commons Text 
0.1-SNAPSHOT API)";
-        }
-    }
-    catch(err) {
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="DeleteCommand (Apache Commons Text 0.1-SNAPSHOT 
API)";
     }
 //-->
-var methods = {"i0":10};
-var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
-var altColor = "altColor";
-var rowColor = "rowColor";
-var tableTab = "tableTab";
-var activeTableTab = "activeTableTab";
 </script>
 <noscript>
 <div>JavaScript is disabled on your browser.</div>
 </noscript>
 <!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar.top">
+<div class="topNav"><a name="navbar_top">
 <!--   -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation 
links">Skip navigation links</a></div>
-<a name="navbar.top.firstrow">
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a 
name="navbar_top_firstrow">
 <!--   -->
 </a>
 <ul class="navList" title="Navigation">
@@ -49,15 +35,15 @@ var activeTableTab = "activeTableTab";
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/commons/text/diff/CommandVisitor.html" 
title="interface in org.apache.commons.text.diff"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li><a href="../../../../../org/apache/commons/text/diff/EditCommand.html" 
title="class in org.apache.commons.text.diff"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li><a href="../../../../../org/apache/commons/text/diff/CommandVisitor.html" 
title="interface in org.apache.commons.text.diff"><span class="strong">Prev 
Class</span></a></li>
+<li><a href="../../../../../org/apache/commons/text/diff/EditCommand.html" 
title="class in org.apache.commons.text.diff"><span class="strong">Next 
Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a 
href="../../../../../index.html?org/apache/commons/text/diff/DeleteCommand.html"
 target="_top">Frames</a></li>
-<li><a href="DeleteCommand.html" target="_top">No&nbsp;Frames</a></li>
+<li><a href="DeleteCommand.html" target="_top">No Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
 </ul>
 <div>
 <script type="text/javascript"><!--
@@ -76,17 +62,17 @@ var activeTableTab = "activeTableTab";
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
 <li>Field&nbsp;|&nbsp;</li>
-<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
-<li><a href="#method.summary">Method</a></li>
+<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
 </ul>
 <ul class="subNavList">
 <li>Detail:&nbsp;</li>
 <li>Field&nbsp;|&nbsp;</li>
-<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
-<li><a href="#method.detail">Method</a></li>
+<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
 </ul>
 </div>
-<a name="skip.navbar.top">
+<a name="skip-navbar_top">
 <!--   -->
 </a></div>
 <!-- ========= END OF TOP NAVBAR ========= -->
@@ -112,13 +98,10 @@ var activeTableTab = "activeTableTab";
 <div class="description">
 <ul class="blockList">
 <li class="blockList">
-<dl>
-<dt><span class="paramLabel">Type Parameters:</span></dt>
-<dd><code>T</code> - object type</dd>
-</dl>
+<dl><dt><span class="strong">Type Parameters:</span></dt><dd><code>T</code> - 
object type</dd></dl>
 <hr>
 <br>
-<pre>public class <a 
href="../../../../../src-html/org/apache/commons/text/diff/DeleteCommand.html#line.35">DeleteCommand</a>&lt;T&gt;
+<pre>public class <a 
href="../../../../../src-html/org/apache/commons/text/diff/DeleteCommand.html#line.34">DeleteCommand</a>&lt;T&gt;
 extends <a href="../../../../../org/apache/commons/text/diff/EditCommand.html" 
title="class in org.apache.commons.text.diff">EditCommand</a>&lt;T&gt;</pre>
 <div class="block">Command representing the deletion of one object of the 
first sequence.
  <p>
@@ -128,13 +111,8 @@ extends <a href="../../../../../org/apac
  this class to represent the deletion of this object. The objects embedded in
  these type of commands always come from the first sequence.
  </p></div>
-<dl>
-<dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>1.0</dd>
-<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a 
href="../../../../../org/apache/commons/text/diff/StringsComparator.html" 
title="class in 
org.apache.commons.text.diff"><code>StringsComparator</code></a>, 
-<a href="../../../../../org/apache/commons/text/diff/EditScript.html" 
title="class in org.apache.commons.text.diff"><code>EditScript</code></a></dd>
-</dl>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a 
href="../../../../../org/apache/commons/text/diff/StringsComparator.html" 
title="class in 
org.apache.commons.text.diff"><code>StringsComparator</code></a>, 
+<a href="../../../../../org/apache/commons/text/diff/EditScript.html" 
title="class in 
org.apache.commons.text.diff"><code>EditScript</code></a></dd></dl>
 </li>
 </ul>
 </div>
@@ -143,17 +121,17 @@ extends <a href="../../../../../org/apac
 <li class="blockList">
 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
 <ul class="blockList">
-<li class="blockList"><a name="constructor.summary">
+<li class="blockList"><a name="constructor_summary">
 <!--   -->
 </a>
 <h3>Constructor Summary</h3>
-<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Constructor Summary table, listing constructors, and an explanation">
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Constructor Summary table, listing constructors, and an explanation">
 <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/commons/text/diff/DeleteCommand.html#DeleteCommand-T-">DeleteCommand</a></span>(<a
 href="../../../../../org/apache/commons/text/diff/DeleteCommand.html" 
title="type parameter in DeleteCommand">T</a>&nbsp;object)</code>
+<td class="colOne"><code><strong><a 
href="../../../../../org/apache/commons/text/diff/DeleteCommand.html#DeleteCommand(T)">DeleteCommand</a></strong>(<a
 href="../../../../../org/apache/commons/text/diff/DeleteCommand.html" 
title="type parameter in DeleteCommand">T</a>&nbsp;object)</code>
 <div class="block">Simple constructor.</div>
 </td>
 </tr>
@@ -162,36 +140,36 @@ extends <a href="../../../../../org/apac
 </ul>
 <!-- ========== METHOD SUMMARY =========== -->
 <ul class="blockList">
-<li class="blockList"><a name="method.summary">
+<li class="blockList"><a name="method_summary">
 <!--   -->
 </a>
 <h3>Method Summary</h3>
-<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Method Summary table, listing methods, and an explanation">
-<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span 
class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a 
href="javascript:show(2);">Instance Methods</a></span><span 
class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a 
href="javascript:show(8);">Concrete Methods</a></span><span 
class="tabEnd">&nbsp;</span></span></caption>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Method Summary table, listing methods, and an explanation">
+<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
 <th class="colFirst" scope="col">Modifier and Type</th>
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
-<tr id="i0" class="altColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/commons/text/diff/DeleteCommand.html#accept-org.apache.commons.text.diff.CommandVisitor-">accept</a></span>(<a
 href="../../../../../org/apache/commons/text/diff/CommandVisitor.html" 
title="interface in org.apache.commons.text.diff">CommandVisitor</a>&lt;<a 
href="../../../../../org/apache/commons/text/diff/DeleteCommand.html" 
title="type parameter in DeleteCommand">T</a>&gt;&nbsp;visitor)</code>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/commons/text/diff/DeleteCommand.html#accept(org.apache.commons.text.diff.CommandVisitor)">accept</a></strong>(<a
 href="../../../../../org/apache/commons/text/diff/CommandVisitor.html" 
title="interface in org.apache.commons.text.diff">CommandVisitor</a>&lt;<a 
href="../../../../../org/apache/commons/text/diff/DeleteCommand.html" 
title="type parameter in DeleteCommand">T</a>&gt;&nbsp;visitor)</code>
 <div class="block">Accept a visitor.</div>
 </td>
 </tr>
 </table>
 <ul class="blockList">
-<li class="blockList"><a 
name="methods.inherited.from.class.org.apache.commons.text.diff.EditCommand">
+<li class="blockList"><a 
name="methods_inherited_from_class_org.apache.commons.text.diff.EditCommand">
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.commons.text.diff.<a 
href="../../../../../org/apache/commons/text/diff/EditCommand.html" 
title="class in org.apache.commons.text.diff">EditCommand</a></h3>
-<code><a 
href="../../../../../org/apache/commons/text/diff/EditCommand.html#getObject--">getObject</a></code></li>
+<code><a 
href="../../../../../org/apache/commons/text/diff/EditCommand.html#getObject()">getObject</a></code></li>
 </ul>
 <ul class="blockList">
-<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;java.lang.<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></h3>
-<code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--";
 title="class or interface in java.lang">clone</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-";
 title="class or interface in java.lang">equals</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--";
 title="class or interface in java.lang">finalize</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--";
 title="class or interface in java.lang">getClass</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--";
 title="class or interface in java.lang">hashCode</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--";
 title="class or interface in java.lang">notify</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang
 /Object.html?is-external=true#notifyAll--" title="class or interface in 
java.lang">notifyAll</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--";
 title="class or interface in java.lang">toString</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait--";
 title="class or interface in java.lang">wait</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-";
 title="class or interface in java.lang">wait</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-";
 title="class or interface in java.lang">wait</a></code></li>
+<code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone()"
 title="class or interface in java.lang">clone</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)"
 title="class or interface in java.lang">equals</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize()"
 title="class or interface in java.lang">finalize</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass()"
 title="class or interface in java.lang">getClass</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode()"
 title="class or interface in java.lang">hashCode</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify()"
 title="class or interface in java.lang">notify</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang
 /Object.html?is-external=true#notifyAll()" title="class or interface in 
java.lang">notifyAll</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString()"
 title="class or interface in java.lang">toString</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait()"
 title="class or interface in java.lang">wait</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long)"
 title="class or interface in java.lang">wait</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)"
 title="class or interface in java.lang">wait</a></code></li>
 </ul>
 </li>
 </ul>
@@ -203,49 +181,44 @@ extends <a href="../../../../../org/apac
 <li class="blockList">
 <!-- ========= CONSTRUCTOR DETAIL ======== -->
 <ul class="blockList">
-<li class="blockList"><a name="constructor.detail">
+<li class="blockList"><a name="constructor_detail">
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="DeleteCommand-java.lang.Object-">
+<a name="DeleteCommand(java.lang.Object)">
 <!--   -->
-</a><a name="DeleteCommand-T-">
+</a><a name="DeleteCommand(T)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>DeleteCommand</h4>
-<pre>public&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/diff/DeleteCommand.html#line.42">DeleteCommand</a>(<a
 href="../../../../../org/apache/commons/text/diff/DeleteCommand.html" 
title="type parameter in DeleteCommand">T</a>&nbsp;object)</pre>
+<pre>public&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/diff/DeleteCommand.html#line.41">DeleteCommand</a>(<a
 href="../../../../../org/apache/commons/text/diff/DeleteCommand.html" 
title="type parameter in DeleteCommand">T</a>&nbsp;object)</pre>
 <div class="block">Simple constructor. Creates a new instance of <a 
href="../../../../../org/apache/commons/text/diff/DeleteCommand.html" 
title="class in 
org.apache.commons.text.diff"><code>DeleteCommand</code></a>.</div>
-<dl>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>object</code> - the object of the first sequence that should be 
deleted</dd>
-</dl>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>object</code> - 
the object of the first sequence that should be deleted</dd></dl>
 </li>
 </ul>
 </li>
 </ul>
 <!-- ============ METHOD DETAIL ========== -->
 <ul class="blockList">
-<li class="blockList"><a name="method.detail">
+<li class="blockList"><a name="method_detail">
 <!--   -->
 </a>
 <h3>Method Detail</h3>
-<a name="accept-org.apache.commons.text.diff.CommandVisitor-">
+<a name="accept(org.apache.commons.text.diff.CommandVisitor)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>accept</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/diff/DeleteCommand.html#line.53">accept</a>(<a
 href="../../../../../org/apache/commons/text/diff/CommandVisitor.html" 
title="interface in org.apache.commons.text.diff">CommandVisitor</a>&lt;<a 
href="../../../../../org/apache/commons/text/diff/DeleteCommand.html" 
title="type parameter in DeleteCommand">T</a>&gt;&nbsp;visitor)</pre>
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/diff/DeleteCommand.html#line.52">accept</a>(<a
 href="../../../../../org/apache/commons/text/diff/CommandVisitor.html" 
title="interface in org.apache.commons.text.diff">CommandVisitor</a>&lt;<a 
href="../../../../../org/apache/commons/text/diff/DeleteCommand.html" 
title="type parameter in DeleteCommand">T</a>&gt;&nbsp;visitor)</pre>
 <div class="block">Accept a visitor. When a <code>DeleteCommand</code> accepts 
a visitor, it calls
- its <a 
href="../../../../../org/apache/commons/text/diff/CommandVisitor.html#visitDeleteCommand-T-"><code>visitDeleteCommand</code></a>
 method.</div>
+ its <a 
href="../../../../../org/apache/commons/text/diff/CommandVisitor.html#visitDeleteCommand(T)"><code>visitDeleteCommand</code></a>
 method.</div>
 <dl>
-<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code><a 
href="../../../../../org/apache/commons/text/diff/EditCommand.html#accept-org.apache.commons.text.diff.CommandVisitor-">accept</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../../org/apache/commons/text/diff/EditCommand.html" 
title="class in org.apache.commons.text.diff">EditCommand</a>&lt;<a 
href="../../../../../org/apache/commons/text/diff/DeleteCommand.html" 
title="type parameter in DeleteCommand">T</a>&gt;</code></dd>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>visitor</code> - the visitor to be accepted</dd>
-</dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a 
href="../../../../../org/apache/commons/text/diff/EditCommand.html#accept(org.apache.commons.text.diff.CommandVisitor)">accept</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../../org/apache/commons/text/diff/EditCommand.html" 
title="class in org.apache.commons.text.diff">EditCommand</a>&lt;<a 
href="../../../../../org/apache/commons/text/diff/DeleteCommand.html" 
title="type parameter in DeleteCommand">T</a>&gt;</code></dd>
+<dt><span class="strong">Parameters:</span></dt><dd><code>visitor</code> - the 
visitor to be accepted</dd></dl>
 </li>
 </ul>
 </li>
@@ -256,11 +229,9 @@ extends <a href="../../../../../org/apac
 </div>
 <!-- ========= END OF CLASS DATA ========= -->
 <!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar.bottom">
+<div class="bottomNav"><a name="navbar_bottom">
 <!--   -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation 
links">Skip navigation links</a></div>
-<a name="navbar.bottom.firstrow">
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a 
name="navbar_bottom_firstrow">
 <!--   -->
 </a>
 <ul class="navList" title="Navigation">
@@ -276,15 +247,15 @@ extends <a href="../../../../../org/apac
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/commons/text/diff/CommandVisitor.html" 
title="interface in org.apache.commons.text.diff"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li><a href="../../../../../org/apache/commons/text/diff/EditCommand.html" 
title="class in org.apache.commons.text.diff"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li><a href="../../../../../org/apache/commons/text/diff/CommandVisitor.html" 
title="interface in org.apache.commons.text.diff"><span class="strong">Prev 
Class</span></a></li>
+<li><a href="../../../../../org/apache/commons/text/diff/EditCommand.html" 
title="class in org.apache.commons.text.diff"><span class="strong">Next 
Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a 
href="../../../../../index.html?org/apache/commons/text/diff/DeleteCommand.html"
 target="_top">Frames</a></li>
-<li><a href="DeleteCommand.html" target="_top">No&nbsp;Frames</a></li>
+<li><a href="DeleteCommand.html" target="_top">No Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
 </ul>
 <div>
 <script type="text/javascript"><!--
@@ -303,20 +274,20 @@ extends <a href="../../../../../org/apac
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
 <li>Field&nbsp;|&nbsp;</li>
-<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
-<li><a href="#method.summary">Method</a></li>
+<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
 </ul>
 <ul class="subNavList">
 <li>Detail:&nbsp;</li>
 <li>Field&nbsp;|&nbsp;</li>
-<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
-<li><a href="#method.detail">Method</a></li>
+<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
 </ul>
 </div>
-<a name="skip.navbar.bottom">
+<a name="skip-navbar_bottom">
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 <p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2015 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: 
websites/production/commons/content/sandbox/commons-text/apidocs/org/apache/commons/text/diff/EditCommand.html
==============================================================================
--- 
websites/production/commons/content/sandbox/commons-text/apidocs/org/apache/commons/text/diff/EditCommand.html
 (original)
+++ 
websites/production/commons/content/sandbox/commons-text/apidocs/org/apache/commons/text/diff/EditCommand.html
 Sun Apr 26 10:18:25 2015
@@ -1,39 +1,25 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <!-- NewPage -->
-<html lang="en">
+<html lang="de">
 <head>
-<!-- Generated by javadoc -->
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
 <title>EditCommand (Apache Commons Text 0.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
-<script type="text/javascript" src="../../../../../script.js"></script>
 </head>
 <body>
 <script type="text/javascript"><!--
-    try {
-        if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="EditCommand (Apache Commons Text 
0.1-SNAPSHOT API)";
-        }
-    }
-    catch(err) {
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="EditCommand (Apache Commons Text 0.1-SNAPSHOT 
API)";
     }
 //-->
-var methods = {"i0":6,"i1":10};
-var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],4:["t3","Abstract Methods"],8:["t4","Concrete Methods"]};
-var altColor = "altColor";
-var rowColor = "rowColor";
-var tableTab = "tableTab";
-var activeTableTab = "activeTableTab";
 </script>
 <noscript>
 <div>JavaScript is disabled on your browser.</div>
 </noscript>
 <!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar.top">
+<div class="topNav"><a name="navbar_top">
 <!--   -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation 
links">Skip navigation links</a></div>
-<a name="navbar.top.firstrow">
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a 
name="navbar_top_firstrow">
 <!--   -->
 </a>
 <ul class="navList" title="Navigation">
@@ -49,15 +35,15 @@ var activeTableTab = "activeTableTab";
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/commons/text/diff/DeleteCommand.html" 
title="class in org.apache.commons.text.diff"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li><a href="../../../../../org/apache/commons/text/diff/EditScript.html" 
title="class in org.apache.commons.text.diff"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li><a href="../../../../../org/apache/commons/text/diff/DeleteCommand.html" 
title="class in org.apache.commons.text.diff"><span class="strong">Prev 
Class</span></a></li>
+<li><a href="../../../../../org/apache/commons/text/diff/EditScript.html" 
title="class in org.apache.commons.text.diff"><span class="strong">Next 
Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a 
href="../../../../../index.html?org/apache/commons/text/diff/EditCommand.html" 
target="_top">Frames</a></li>
-<li><a href="EditCommand.html" target="_top">No&nbsp;Frames</a></li>
+<li><a href="EditCommand.html" target="_top">No Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
 </ul>
 <div>
 <script type="text/javascript"><!--
@@ -76,17 +62,17 @@ var activeTableTab = "activeTableTab";
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
 <li>Field&nbsp;|&nbsp;</li>
-<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
-<li><a href="#method.summary">Method</a></li>
+<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
 </ul>
 <ul class="subNavList">
 <li>Detail:&nbsp;</li>
 <li>Field&nbsp;|&nbsp;</li>
-<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
-<li><a href="#method.detail">Method</a></li>
+<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
 </ul>
 </div>
-<a name="skip.navbar.top">
+<a name="skip-navbar_top">
 <!--   -->
 </a></div>
 <!-- ========= END OF TOP NAVBAR ========= -->
@@ -107,23 +93,20 @@ var activeTableTab = "activeTableTab";
 <div class="description">
 <ul class="blockList">
 <li class="blockList">
-<dl>
-<dt><span class="paramLabel">Type Parameters:</span></dt>
-<dd><code>T</code> - object type</dd>
-</dl>
+<dl><dt><span class="strong">Type Parameters:</span></dt><dd><code>T</code> - 
object type</dd></dl>
 <dl>
 <dt>Direct Known Subclasses:</dt>
 <dd><a href="../../../../../org/apache/commons/text/diff/DeleteCommand.html" 
title="class in org.apache.commons.text.diff">DeleteCommand</a>, <a 
href="../../../../../org/apache/commons/text/diff/InsertCommand.html" 
title="class in org.apache.commons.text.diff">InsertCommand</a>, <a 
href="../../../../../org/apache/commons/text/diff/KeepCommand.html" 
title="class in org.apache.commons.text.diff">KeepCommand</a></dd>
 </dl>
 <hr>
 <br>
-<pre>public abstract class <a 
href="../../../../../src-html/org/apache/commons/text/diff/EditCommand.html#line.54">EditCommand</a>&lt;T&gt;
+<pre>public abstract class <a 
href="../../../../../src-html/org/apache/commons/text/diff/EditCommand.html#line.53">EditCommand</a>&lt;T&gt;
 extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></pre>
 <div class="block">Abstract base class for all commands used to transform an 
objects sequence
  into another one.
  <p>
  When two objects sequences are compared through the
- <a 
href="../../../../../org/apache/commons/text/diff/StringsComparator.html#getScript--"><code>StringsComparator.getScript</code></a>
 method,
+ <a 
href="../../../../../org/apache/commons/text/diff/StringsComparator.html#getScript()"><code>StringsComparator.getScript</code></a>
 method,
  the result is provided has a <a 
href="../../../../../org/apache/commons/text/diff/EditScript.html" title="class 
in org.apache.commons.text.diff"><code>script</code></a> containing the commands
  that progressively transform the first sequence into the second one.
  </p>
@@ -145,13 +128,8 @@ extends <a href="http://docs.oracle.com/
  <p>
  This code has been adapted from Apache Commons Collections 4.0.
  </p></div>
-<dl>
-<dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>1.0</dd>
-<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a 
href="../../../../../org/apache/commons/text/diff/StringsComparator.html" 
title="class in 
org.apache.commons.text.diff"><code>StringsComparator</code></a>, 
-<a href="../../../../../org/apache/commons/text/diff/EditScript.html" 
title="class in org.apache.commons.text.diff"><code>EditScript</code></a></dd>
-</dl>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a 
href="../../../../../org/apache/commons/text/diff/StringsComparator.html" 
title="class in 
org.apache.commons.text.diff"><code>StringsComparator</code></a>, 
+<a href="../../../../../org/apache/commons/text/diff/EditScript.html" 
title="class in 
org.apache.commons.text.diff"><code>EditScript</code></a></dd></dl>
 </li>
 </ul>
 </div>
@@ -160,11 +138,11 @@ extends <a href="http://docs.oracle.com/
 <li class="blockList">
 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
 <ul class="blockList">
-<li class="blockList"><a name="constructor.summary">
+<li class="blockList"><a name="constructor_summary">
 <!--   -->
 </a>
 <h3>Constructor Summary</h3>
-<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Constructor Summary table, listing constructors, and an explanation">
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Constructor Summary table, listing constructors, and an explanation">
 <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
 <th class="colFirst" scope="col">Modifier</th>
@@ -172,7 +150,7 @@ extends <a href="http://docs.oracle.com/
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected </code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/commons/text/diff/EditCommand.html#EditCommand-T-">EditCommand</a></span>(<a
 href="../../../../../org/apache/commons/text/diff/EditCommand.html" 
title="type parameter in EditCommand">T</a>&nbsp;object)</code>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/commons/text/diff/EditCommand.html#EditCommand(T)">EditCommand</a></strong>(<a
 href="../../../../../org/apache/commons/text/diff/EditCommand.html" 
title="type parameter in EditCommand">T</a>&nbsp;object)</code>
 <div class="block">Simple constructor.</div>
 </td>
 </tr>
@@ -181,35 +159,35 @@ extends <a href="http://docs.oracle.com/
 </ul>
 <!-- ========== METHOD SUMMARY =========== -->
 <ul class="blockList">
-<li class="blockList"><a name="method.summary">
+<li class="blockList"><a name="method_summary">
 <!--   -->
 </a>
 <h3>Method Summary</h3>
-<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Method Summary table, listing methods, and an explanation">
-<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span 
class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a 
href="javascript:show(2);">Instance Methods</a></span><span 
class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a 
href="javascript:show(4);">Abstract Methods</a></span><span 
class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a 
href="javascript:show(8);">Concrete Methods</a></span><span 
class="tabEnd">&nbsp;</span></span></caption>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Method Summary table, listing methods, and an explanation">
+<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
 <th class="colFirst" scope="col">Modifier and Type</th>
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
-<tr id="i0" class="altColor">
+<tr class="altColor">
 <td class="colFirst"><code>abstract void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/commons/text/diff/EditCommand.html#accept-org.apache.commons.text.diff.CommandVisitor-">accept</a></span>(<a
 href="../../../../../org/apache/commons/text/diff/CommandVisitor.html" 
title="interface in org.apache.commons.text.diff">CommandVisitor</a>&lt;<a 
href="../../../../../org/apache/commons/text/diff/EditCommand.html" title="type 
parameter in EditCommand">T</a>&gt;&nbsp;visitor)</code>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/commons/text/diff/EditCommand.html#accept(org.apache.commons.text.diff.CommandVisitor)">accept</a></strong>(<a
 href="../../../../../org/apache/commons/text/diff/CommandVisitor.html" 
title="interface in org.apache.commons.text.diff">CommandVisitor</a>&lt;<a 
href="../../../../../org/apache/commons/text/diff/EditCommand.html" title="type 
parameter in EditCommand">T</a>&gt;&nbsp;visitor)</code>
 <div class="block">Accept a visitor.</div>
 </td>
 </tr>
-<tr id="i1" class="rowColor">
+<tr class="rowColor">
 <td class="colFirst"><code>protected <a 
href="../../../../../org/apache/commons/text/diff/EditCommand.html" title="type 
parameter in EditCommand">T</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/commons/text/diff/EditCommand.html#getObject--">getObject</a></span>()</code>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/commons/text/diff/EditCommand.html#getObject()">getObject</a></strong>()</code>
 <div class="block">Returns the object associated with this command.</div>
 </td>
 </tr>
 </table>
 <ul class="blockList">
-<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;java.lang.<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></h3>
-<code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--";
 title="class or interface in java.lang">clone</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-";
 title="class or interface in java.lang">equals</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--";
 title="class or interface in java.lang">finalize</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--";
 title="class or interface in java.lang">getClass</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--";
 title="class or interface in java.lang">hashCode</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--";
 title="class or interface in java.lang">notify</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang
 /Object.html?is-external=true#notifyAll--" title="class or interface in 
java.lang">notifyAll</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--";
 title="class or interface in java.lang">toString</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait--";
 title="class or interface in java.lang">wait</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-";
 title="class or interface in java.lang">wait</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-";
 title="class or interface in java.lang">wait</a></code></li>
+<code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone()"
 title="class or interface in java.lang">clone</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)"
 title="class or interface in java.lang">equals</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize()"
 title="class or interface in java.lang">finalize</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass()"
 title="class or interface in java.lang">getClass</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode()"
 title="class or interface in java.lang">hashCode</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify()"
 title="class or interface in java.lang">notify</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang
 /Object.html?is-external=true#notifyAll()" title="class or interface in 
java.lang">notifyAll</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString()"
 title="class or interface in java.lang">toString</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait()"
 title="class or interface in java.lang">wait</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long)"
 title="class or interface in java.lang">wait</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)"
 title="class or interface in java.lang">wait</a></code></li>
 </ul>
 </li>
 </ul>
@@ -221,64 +199,55 @@ extends <a href="http://docs.oracle.com/
 <li class="blockList">
 <!-- ========= CONSTRUCTOR DETAIL ======== -->
 <ul class="blockList">
-<li class="blockList"><a name="constructor.detail">
+<li class="blockList"><a name="constructor_detail">
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="EditCommand-java.lang.Object-">
+<a name="EditCommand(java.lang.Object)">
 <!--   -->
-</a><a name="EditCommand-T-">
+</a><a name="EditCommand(T)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>EditCommand</h4>
-<pre>protected&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/diff/EditCommand.html#line.65">EditCommand</a>(<a
 href="../../../../../org/apache/commons/text/diff/EditCommand.html" 
title="type parameter in EditCommand">T</a>&nbsp;object)</pre>
+<pre>protected&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/diff/EditCommand.html#line.64">EditCommand</a>(<a
 href="../../../../../org/apache/commons/text/diff/EditCommand.html" 
title="type parameter in EditCommand">T</a>&nbsp;object)</pre>
 <div class="block">Simple constructor. Creates a new instance of 
EditCommand</div>
-<dl>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>object</code> - reference to the object associated with this 
command, this
-   refers to an element of one of the sequences being compared</dd>
-</dl>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>object</code> - 
reference to the object associated with this command, this
+   refers to an element of one of the sequences being compared</dd></dl>
 </li>
 </ul>
 </li>
 </ul>
 <!-- ============ METHOD DETAIL ========== -->
 <ul class="blockList">
-<li class="blockList"><a name="method.detail">
+<li class="blockList"><a name="method_detail">
 <!--   -->
 </a>
 <h3>Method Detail</h3>
-<a name="getObject--">
+<a name="getObject()">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>getObject</h4>
-<pre>protected&nbsp;<a 
href="../../../../../org/apache/commons/text/diff/EditCommand.html" title="type 
parameter in EditCommand">T</a>&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/diff/EditCommand.html#line.74">getObject</a>()</pre>
+<pre>protected&nbsp;<a 
href="../../../../../org/apache/commons/text/diff/EditCommand.html" title="type 
parameter in EditCommand">T</a>&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/diff/EditCommand.html#line.73">getObject</a>()</pre>
 <div class="block">Returns the object associated with this command.</div>
-<dl>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>the object on which the command is applied</dd>
-</dl>
+<dl><dt><span class="strong">Returns:</span></dt><dd>the object on which the 
command is applied</dd></dl>
 </li>
 </ul>
-<a name="accept-org.apache.commons.text.diff.CommandVisitor-">
+<a name="accept(org.apache.commons.text.diff.CommandVisitor)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>accept</h4>
-<pre>public abstract&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/diff/EditCommand.html#line.86">accept</a>(<a
 href="../../../../../org/apache/commons/text/diff/CommandVisitor.html" 
title="interface in org.apache.commons.text.diff">CommandVisitor</a>&lt;<a 
href="../../../../../org/apache/commons/text/diff/EditCommand.html" title="type 
parameter in EditCommand">T</a>&gt;&nbsp;visitor)</pre>
+<pre>public abstract&nbsp;void&nbsp;<a 
href="../../../../../src-html/org/apache/commons/text/diff/EditCommand.html#line.85">accept</a>(<a
 href="../../../../../org/apache/commons/text/diff/CommandVisitor.html" 
title="interface in org.apache.commons.text.diff">CommandVisitor</a>&lt;<a 
href="../../../../../org/apache/commons/text/diff/EditCommand.html" title="type 
parameter in EditCommand">T</a>&gt;&nbsp;visitor)</pre>
 <div class="block">Accept a visitor.
  <p>
  This method is invoked for each commands belonging to
  an <a href="../../../../../org/apache/commons/text/diff/EditScript.html" 
title="class in org.apache.commons.text.diff"><code>EditScript</code></a>, in 
order to implement the visitor design pattern</div>
-<dl>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>visitor</code> - the visitor to be accepted</dd>
-</dl>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>visitor</code> - 
the visitor to be accepted</dd></dl>
 </li>
 </ul>
 </li>
@@ -289,11 +258,9 @@ extends <a href="http://docs.oracle.com/
 </div>
 <!-- ========= END OF CLASS DATA ========= -->
 <!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar.bottom">
+<div class="bottomNav"><a name="navbar_bottom">
 <!--   -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation 
links">Skip navigation links</a></div>
-<a name="navbar.bottom.firstrow">
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a 
name="navbar_bottom_firstrow">
 <!--   -->
 </a>
 <ul class="navList" title="Navigation">
@@ -309,15 +276,15 @@ extends <a href="http://docs.oracle.com/
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/commons/text/diff/DeleteCommand.html" 
title="class in org.apache.commons.text.diff"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li><a href="../../../../../org/apache/commons/text/diff/EditScript.html" 
title="class in org.apache.commons.text.diff"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li><a href="../../../../../org/apache/commons/text/diff/DeleteCommand.html" 
title="class in org.apache.commons.text.diff"><span class="strong">Prev 
Class</span></a></li>
+<li><a href="../../../../../org/apache/commons/text/diff/EditScript.html" 
title="class in org.apache.commons.text.diff"><span class="strong">Next 
Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a 
href="../../../../../index.html?org/apache/commons/text/diff/EditCommand.html" 
target="_top">Frames</a></li>
-<li><a href="EditCommand.html" target="_top">No&nbsp;Frames</a></li>
+<li><a href="EditCommand.html" target="_top">No Frames</a></li>
 </ul>
 <ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
 </ul>
 <div>
 <script type="text/javascript"><!--
@@ -336,20 +303,20 @@ extends <a href="http://docs.oracle.com/
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
 <li>Field&nbsp;|&nbsp;</li>
-<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
-<li><a href="#method.summary">Method</a></li>
+<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
 </ul>
 <ul class="subNavList">
 <li>Detail:&nbsp;</li>
 <li>Field&nbsp;|&nbsp;</li>
-<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
-<li><a href="#method.detail">Method</a></li>
+<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
 </ul>
 </div>
-<a name="skip.navbar.bottom">
+<a name="skip-navbar_bottom">
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 <p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2015 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
-</html>
+</html>
\ No newline at end of file


Reply via email to