You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2013/03/03 19:22:44 UTC

svn commit: r852823 [4/12] - in /websites/production/commons/content/proper/commons-collections: ./ cobertura/

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.comparators.NullComparator.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.comparators.NullComparator.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.comparators.NullComparator.html Sun Mar  3 18:22:11 2013
@@ -357,6 +357,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.comparators.ReverseComparator.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.comparators.ReverseComparator.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.comparators.ReverseComparator.html Sun Mar  3 18:22:11 2013
@@ -164,7 +164,7 @@
   <td class="src"><pre class="src">&nbsp;<span class="comment">     */</span></pre></td></tr>
 <tr>  <td class="numLine">&nbsp;76</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;    <span class="keyword">public</span> <span class="keyword">int</span> compare(<span class="keyword">final</span> E obj1, <span class="keyword">final</span> E obj2) {</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;77</td>  <td class="nbHitsCovered">&nbsp;815459</td>  <td class="src"><pre class="src">&nbsp;        <span class="keyword">return</span> comparator.compare(obj2, obj1);</pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;77</td>  <td class="nbHitsCovered">&nbsp;815458</td>  <td class="src"><pre class="src">&nbsp;        <span class="keyword">return</span> comparator.compare(obj2, obj1);</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;78</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;    }</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;79</td>  <td class="nbHits">&nbsp;</td>
@@ -252,6 +252,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.comparators.TransformingComparator.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.comparators.TransformingComparator.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.comparators.TransformingComparator.html Sun Mar  3 18:22:11 2013
@@ -171,9 +171,9 @@
   <td class="src"><pre class="src">&nbsp;<span class="comment">     */</span></pre></td></tr>
 <tr>  <td class="numLine">&nbsp;80</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;    <span class="keyword">public</span> <span class="keyword">int</span> compare(<span class="keyword">final</span> E obj1, <span class="keyword">final</span> E obj2) {</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;81</td>  <td class="nbHitsCovered">&nbsp;15</td>  <td class="src"><pre class="src">&nbsp;        <span class="keyword">final</span> E value1 = <span class="keyword">this</span>.transformer.transform(obj1);</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;82</td>  <td class="nbHitsCovered">&nbsp;15</td>  <td class="src"><pre class="src">&nbsp;        <span class="keyword">final</span> E value2 = <span class="keyword">this</span>.transformer.transform(obj2);</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;83</td>  <td class="nbHitsCovered">&nbsp;15</td>  <td class="src"><pre class="src">&nbsp;        <span class="keyword">return</span> <span class="keyword">this</span>.decorated.compare(value1, value2);</pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;81</td>  <td class="nbHitsCovered">&nbsp;16</td>  <td class="src"><pre class="src">&nbsp;        <span class="keyword">final</span> E value1 = <span class="keyword">this</span>.transformer.transform(obj1);</pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;82</td>  <td class="nbHitsCovered">&nbsp;16</td>  <td class="src"><pre class="src">&nbsp;        <span class="keyword">final</span> E value2 = <span class="keyword">this</span>.transformer.transform(obj2);</pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;83</td>  <td class="nbHitsCovered">&nbsp;16</td>  <td class="src"><pre class="src">&nbsp;        <span class="keyword">return</span> <span class="keyword">this</span>.decorated.compare(value1, value2);</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;84</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;    }</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;85</td>  <td class="nbHits">&nbsp;</td>
@@ -258,6 +258,6 @@
   <td class="src"><pre class="src">&nbsp;</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.comparators.sequence.CommandVisitor.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.comparators.sequence.CommandVisitor.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.comparators.sequence.CommandVisitor.html Sun Mar  3 18:22:11 2013
@@ -305,6 +305,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.comparators.sequence.DeleteCommand.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.comparators.sequence.DeleteCommand.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.comparators.sequence.DeleteCommand.html Sun Mar  3 18:22:11 2013
@@ -125,6 +125,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.comparators.sequence.EditCommand.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.comparators.sequence.EditCommand.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.comparators.sequence.EditCommand.html Sun Mar  3 18:22:11 2013
@@ -162,6 +162,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.comparators.sequence.EditScript.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.comparators.sequence.EditScript.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.comparators.sequence.EditScript.html Sun Mar  3 18:22:11 2013
@@ -265,6 +265,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.comparators.sequence.InsertCommand.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.comparators.sequence.InsertCommand.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.comparators.sequence.InsertCommand.html Sun Mar  3 18:22:11 2013
@@ -129,6 +129,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.comparators.sequence.KeepCommand.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.comparators.sequence.KeepCommand.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.comparators.sequence.KeepCommand.html Sun Mar  3 18:22:11 2013
@@ -129,6 +129,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.comparators.sequence.ReplacementsFinder.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.comparators.sequence.ReplacementsFinder.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.comparators.sequence.ReplacementsFinder.html Sun Mar  3 18:22:11 2013
@@ -220,6 +220,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.comparators.sequence.ReplacementsHandler.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.comparators.sequence.ReplacementsHandler.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.comparators.sequence.ReplacementsHandler.html Sun Mar  3 18:22:11 2013
@@ -123,6 +123,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.comparators.sequence.SequencesComparator.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.comparators.sequence.SequencesComparator.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.comparators.sequence.SequencesComparator.html Sun Mar  3 18:22:11 2013
@@ -490,6 +490,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.comparators.sequence.Snake.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.comparators.sequence.Snake.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.comparators.sequence.Snake.html Sun Mar  3 18:22:11 2013
@@ -186,6 +186,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.AbstractQuantifierPredicate.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.AbstractQuantifierPredicate.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.AbstractQuantifierPredicate.html Sun Mar  3 18:22:11 2013
@@ -129,6 +129,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.AllPredicate.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.AllPredicate.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.AllPredicate.html Sun Mar  3 18:22:11 2013
@@ -233,6 +233,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.AndPredicate.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.AndPredicate.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.AndPredicate.html Sun Mar  3 18:22:11 2013
@@ -190,6 +190,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.AnyPredicate.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.AnyPredicate.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.AnyPredicate.html Sun Mar  3 18:22:11 2013
@@ -227,6 +227,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.CatchAndRethrowClosure.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.CatchAndRethrowClosure.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.CatchAndRethrowClosure.html Sun Mar  3 18:22:11 2013
@@ -163,6 +163,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.ChainedClosure.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.ChainedClosure.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.ChainedClosure.html Sun Mar  3 18:22:11 2013
@@ -229,6 +229,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.ChainedTransformer.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.ChainedTransformer.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.ChainedTransformer.html Sun Mar  3 18:22:11 2013
@@ -235,6 +235,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.CloneTransformer.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.CloneTransformer.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.CloneTransformer.html Sun Mar  3 18:22:11 2013
@@ -161,6 +161,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.ClosureTransformer.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.ClosureTransformer.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.ClosureTransformer.html Sun Mar  3 18:22:11 2013
@@ -182,6 +182,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.ComparatorPredicate.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.ComparatorPredicate.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.ComparatorPredicate.html Sun Mar  3 18:22:11 2013
@@ -375,6 +375,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.ConstantFactory.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.ConstantFactory.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.ConstantFactory.html Sun Mar  3 18:22:11 2013
@@ -188,6 +188,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.ConstantTransformer.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.ConstantTransformer.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.ConstantTransformer.html Sun Mar  3 18:22:11 2013
@@ -255,6 +255,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.DefaultEquator.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.DefaultEquator.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.DefaultEquator.html Sun Mar  3 18:22:11 2013
@@ -145,6 +145,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.EqualPredicate.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.EqualPredicate.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.EqualPredicate.html Sun Mar  3 18:22:11 2013
@@ -253,6 +253,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.Equator.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.Equator.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.Equator.html Sun Mar  3 18:22:11 2013
@@ -111,6 +111,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.ExceptionClosure.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.ExceptionClosure.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.ExceptionClosure.html Sun Mar  3 18:22:11 2013
@@ -155,6 +155,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.ExceptionFactory.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.ExceptionFactory.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.ExceptionFactory.html Sun Mar  3 18:22:11 2013
@@ -155,6 +155,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.ExceptionPredicate.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.ExceptionPredicate.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.ExceptionPredicate.html Sun Mar  3 18:22:11 2013
@@ -157,6 +157,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.ExceptionTransformer.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.ExceptionTransformer.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.ExceptionTransformer.html Sun Mar  3 18:22:11 2013
@@ -159,6 +159,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.FactoryTransformer.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.FactoryTransformer.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.FactoryTransformer.html Sun Mar  3 18:22:11 2013
@@ -183,6 +183,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.FalsePredicate.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.FalsePredicate.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.FalsePredicate.html Sun Mar  3 18:22:11 2013
@@ -153,6 +153,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.ForClosure.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.ForClosure.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.ForClosure.html Sun Mar  3 18:22:11 2013
@@ -215,6 +215,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.FunctorUtils.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.FunctorUtils.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.FunctorUtils.html Sun Mar  3 18:22:11 2013
@@ -392,6 +392,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.IdentityPredicate.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.IdentityPredicate.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.IdentityPredicate.html Sun Mar  3 18:22:11 2013
@@ -181,6 +181,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.IfClosure.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.IfClosure.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.IfClosure.html Sun Mar  3 18:22:11 2013
@@ -311,6 +311,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.InstanceofPredicate.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.InstanceofPredicate.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.InstanceofPredicate.html Sun Mar  3 18:22:11 2013
@@ -177,6 +177,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.InstantiateFactory.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.InstantiateFactory.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.InstantiateFactory.html Sun Mar  3 18:22:11 2013
@@ -257,6 +257,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.InstantiateTransformer.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.InstantiateTransformer.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.InstantiateTransformer.html Sun Mar  3 18:22:11 2013
@@ -239,6 +239,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.InvokerTransformer.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.InvokerTransformer.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.InvokerTransformer.html Sun Mar  3 18:22:11 2013
@@ -272,6 +272,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.MapTransformer.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.MapTransformer.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.MapTransformer.html Sun Mar  3 18:22:11 2013
@@ -185,6 +185,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.NOPClosure.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.NOPClosure.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.NOPClosure.html Sun Mar  3 18:22:11 2013
@@ -151,6 +151,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.NOPTransformer.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.NOPTransformer.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.NOPTransformer.html Sun Mar  3 18:22:11 2013
@@ -137,7 +137,7 @@
   <td class="src"><pre class="src">&nbsp;<span class="comment">     */</span></pre></td></tr>
 <tr>  <td class="numLine">&nbsp;62</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;    <span class="keyword">public</span> T transform(<span class="keyword">final</span> T input) {</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;63</td>  <td class="nbHitsCovered">&nbsp;39696</td>  <td class="src"><pre class="src">&nbsp;        <span class="keyword">return</span> input;</pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;63</td>  <td class="nbHitsCovered">&nbsp;39698</td>  <td class="src"><pre class="src">&nbsp;        <span class="keyword">return</span> input;</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;64</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;    }</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;65</td>  <td class="nbHits">&nbsp;</td>
@@ -153,6 +153,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.NonePredicate.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.NonePredicate.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.NonePredicate.html Sun Mar  3 18:22:11 2013
@@ -211,6 +211,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.NotNullPredicate.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.NotNullPredicate.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.NotNullPredicate.html Sun Mar  3 18:22:11 2013
@@ -153,6 +153,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.NotPredicate.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.NotPredicate.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.NotPredicate.html Sun Mar  3 18:22:11 2013
@@ -179,6 +179,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.NullIsExceptionPredicate.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.NullIsExceptionPredicate.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.NullIsExceptionPredicate.html Sun Mar  3 18:22:11 2013
@@ -189,6 +189,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.NullIsFalsePredicate.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.NullIsFalsePredicate.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.NullIsFalsePredicate.html Sun Mar  3 18:22:11 2013
@@ -185,6 +185,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.NullIsTruePredicate.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.NullIsTruePredicate.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.NullIsTruePredicate.html Sun Mar  3 18:22:11 2013
@@ -185,6 +185,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.NullPredicate.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.NullPredicate.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.NullPredicate.html Sun Mar  3 18:22:11 2013
@@ -153,6 +153,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.OnePredicate.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.OnePredicate.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.OnePredicate.html Sun Mar  3 18:22:11 2013
@@ -218,6 +218,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.OrPredicate.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.OrPredicate.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.OrPredicate.html Sun Mar  3 18:22:11 2013
@@ -190,6 +190,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.PredicateDecorator.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.PredicateDecorator.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.PredicateDecorator.html Sun Mar  3 18:22:11 2013
@@ -101,6 +101,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.PredicateTransformer.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.PredicateTransformer.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.PredicateTransformer.html Sun Mar  3 18:22:11 2013
@@ -180,6 +180,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.PrototypeFactory.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.PrototypeFactory.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.PrototypeFactory.html Sun Mar  3 18:22:11 2013
@@ -381,6 +381,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.StringValueTransformer.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.StringValueTransformer.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.StringValueTransformer.html Sun Mar  3 18:22:11 2013
@@ -154,6 +154,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.SwitchClosure.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.SwitchClosure.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.SwitchClosure.html Sun Mar  3 18:22:11 2013
@@ -327,6 +327,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.SwitchTransformer.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.SwitchTransformer.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.SwitchTransformer.html Sun Mar  3 18:22:11 2013
@@ -357,6 +357,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.TransformedPredicate.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.TransformedPredicate.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.TransformedPredicate.html Sun Mar  3 18:22:11 2013
@@ -220,6 +220,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.TransformerClosure.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.TransformerClosure.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.TransformerClosure.html Sun Mar  3 18:22:11 2013
@@ -180,6 +180,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.TransformerPredicate.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.TransformerPredicate.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.TransformerPredicate.html Sun Mar  3 18:22:11 2013
@@ -190,6 +190,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.TruePredicate.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.TruePredicate.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.TruePredicate.html Sun Mar  3 18:22:11 2013
@@ -153,6 +153,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.UniquePredicate.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.UniquePredicate.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.UniquePredicate.html Sun Mar  3 18:22:11 2013
@@ -154,6 +154,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.WhileClosure.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.WhileClosure.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.functors.WhileClosure.html Sun Mar  3 18:22:11 2013
@@ -247,6 +247,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.iterators.AbstractEmptyIterator.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.iterators.AbstractEmptyIterator.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.iterators.AbstractEmptyIterator.html Sun Mar  3 18:22:11 2013
@@ -159,6 +159,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.iterators.AbstractEmptyMapIterator.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.iterators.AbstractEmptyMapIterator.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.iterators.AbstractEmptyMapIterator.html Sun Mar  3 18:22:11 2013
@@ -105,6 +105,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.iterators.AbstractIteratorDecorator.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.iterators.AbstractIteratorDecorator.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.iterators.AbstractIteratorDecorator.html Sun Mar  3 18:22:11 2013
@@ -110,6 +110,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.iterators.AbstractListIteratorDecorator.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.iterators.AbstractListIteratorDecorator.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.iterators.AbstractListIteratorDecorator.html Sun Mar  3 18:22:11 2013
@@ -211,6 +211,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.iterators.AbstractMapIteratorDecorator.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.iterators.AbstractMapIteratorDecorator.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.iterators.AbstractMapIteratorDecorator.html Sun Mar  3 18:22:11 2013
@@ -186,6 +186,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator.html Sun Mar  3 18:22:11 2013
@@ -204,6 +204,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.iterators.AbstractUntypedIteratorDecorator.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.iterators.AbstractUntypedIteratorDecorator.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.iterators.AbstractUntypedIteratorDecorator.html Sun Mar  3 18:22:11 2013
@@ -140,6 +140,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.iterators.ArrayIterator.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.iterators.ArrayIterator.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.iterators.ArrayIterator.html Sun Mar  3 18:22:11 2013
@@ -413,6 +413,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.iterators.ArrayListIterator.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.iterators.ArrayListIterator.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.iterators.ArrayListIterator.html Sun Mar  3 18:22:11 2013
@@ -425,6 +425,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.iterators.CollatingIterator.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.iterators.CollatingIterator.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.iterators.CollatingIterator.html Sun Mar  3 18:22:11 2013
@@ -722,6 +722,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.iterators.EmptyIterator.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.iterators.EmptyIterator.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.iterators.EmptyIterator.html Sun Mar  3 18:22:11 2013
@@ -160,6 +160,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.iterators.EmptyListIterator.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.iterators.EmptyListIterator.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.iterators.EmptyListIterator.html Sun Mar  3 18:22:11 2013
@@ -162,6 +162,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.iterators.EmptyMapIterator.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.iterators.EmptyMapIterator.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.iterators.EmptyMapIterator.html Sun Mar  3 18:22:11 2013
@@ -125,6 +125,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.iterators.EmptyOrderedIterator.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.iterators.EmptyOrderedIterator.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.iterators.EmptyOrderedIterator.html Sun Mar  3 18:22:11 2013
@@ -122,6 +122,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.iterators.EmptyOrderedMapIterator.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.iterators.EmptyOrderedMapIterator.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.iterators.EmptyOrderedMapIterator.html Sun Mar  3 18:22:11 2013
@@ -125,6 +125,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.iterators.EntrySetMapIterator.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.iterators.EntrySetMapIterator.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.iterators.EntrySetMapIterator.html Sun Mar  3 18:22:11 2013
@@ -326,6 +326,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.iterators.EnumerationIterator.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.iterators.EnumerationIterator.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.iterators.EnumerationIterator.html Sun Mar  3 18:22:11 2013
@@ -274,6 +274,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.iterators.FilterIterator.html
==============================================================================
--- websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.iterators.FilterIterator.html (original)
+++ websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.iterators.FilterIterator.html Sun Mar  3 18:22:11 2013
@@ -351,6 +351,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/2/13 11:37 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 3/3/13 7:09 PM.</div>
 </body>
 </html>
\ No newline at end of file