Modified: 
websites/production/commons/content/proper/commons-logging/xref/org/apache/commons/logging/LogSource.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-logging/xref/org/apache/commons/logging/LogSource.html
 (original)
+++ 
websites/production/commons/content/proper/commons-logging/xref/org/apache/commons/logging/LogSource.html
 Mon Aug 19 13:54:51 2024
@@ -169,14 +169,14 @@
 <a class="jxr_linenumber" name="L161" href="#L161">161</a>     }
 <a class="jxr_linenumber" name="L162" href="#L162">162</a> 
 <a class="jxr_linenumber" name="L163" href="#L163">163</a>     <em 
class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L164" href="#L164">164</a> <em 
class="jxr_javadoccomment">     * Create a new {@link Log} implementation, 
based on the given &lt;i&gt;name&lt;/i&gt;.</em>
+<a class="jxr_linenumber" name="L164" href="#L164">164</a> <em 
class="jxr_javadoccomment">     * Create a new {@link Log} implementation, 
based on the given &lt;em&gt;name&lt;/em&gt;.</em>
 <a class="jxr_linenumber" name="L165" href="#L165">165</a> <em 
class="jxr_javadoccomment">     * &lt;p&gt;</em>
 <a class="jxr_linenumber" name="L166" href="#L166">166</a> <em 
class="jxr_javadoccomment">     * The specific {@link Log} implementation 
returned is determined by the</em>
 <a class="jxr_linenumber" name="L167" href="#L167">167</a> <em 
class="jxr_javadoccomment">     * value of the {@code 
org.apache.commons.logging.log} property. The value</em>
 <a class="jxr_linenumber" name="L168" href="#L168">168</a> <em 
class="jxr_javadoccomment">     * of {@code org.apache.commons.logging.log} may 
be set to the fully specified</em>
 <a class="jxr_linenumber" name="L169" href="#L169">169</a> <em 
class="jxr_javadoccomment">     * name of a class that implements the {@link 
Log} interface. This class must</em>
 <a class="jxr_linenumber" name="L170" href="#L170">170</a> <em 
class="jxr_javadoccomment">     * also have a public constructor that takes a 
single {@link String} argument</em>
-<a class="jxr_linenumber" name="L171" href="#L171">171</a> <em 
class="jxr_javadoccomment">     * (containing the &lt;i&gt;name&lt;/i&gt; of 
the {@link Log} to be constructed.</em>
+<a class="jxr_linenumber" name="L171" href="#L171">171</a> <em 
class="jxr_javadoccomment">     * (containing the &lt;em&gt;name&lt;/em&gt; of 
the {@link Log} to be constructed.</em>
 <a class="jxr_linenumber" name="L172" href="#L172">172</a> <em 
class="jxr_javadoccomment">     * &lt;p&gt;</em>
 <a class="jxr_linenumber" name="L173" href="#L173">173</a> <em 
class="jxr_javadoccomment">     * When {@code org.apache.commons.logging.log} 
is not set, or when no corresponding</em>
 <a class="jxr_linenumber" name="L174" href="#L174">174</a> <em 
class="jxr_javadoccomment">     * class can be found, this method will return a 
Log4JLogger if the Log4j Logger</em>
@@ -208,7 +208,7 @@
 <a class="jxr_linenumber" name="L200" href="#L200">200</a> <em 
class="jxr_javadoccomment">     * @throws LinkageError                if there 
is missing dependency.</em>
 <a class="jxr_linenumber" name="L201" href="#L201">201</a> <em 
class="jxr_javadoccomment">     * @throws ExceptionInInitializerError 
unexpected exception has occurred in a static initializer.</em>
 <a class="jxr_linenumber" name="L202" href="#L202">202</a> <em 
class="jxr_javadoccomment">     * @throws NoSuchMethodException       if a 
matching method is not found.</em>
-<a class="jxr_linenumber" name="L203" href="#L203">203</a> <em 
class="jxr_javadoccomment">     * @throws SecurityException           If a 
security manager, &lt;i&gt;s&lt;/i&gt;, is present and the caller's class 
loader is not the same as or an ancestor of the</em>
+<a class="jxr_linenumber" name="L203" href="#L203">203</a> <em 
class="jxr_javadoccomment">     * @throws SecurityException           If a 
security manager, &lt;em&gt;s&lt;/em&gt;, is present and the caller's class 
loader is not the same as or an ancestor of the</em>
 <a class="jxr_linenumber" name="L204" href="#L204">204</a> <em 
class="jxr_javadoccomment">     *                                     class 
loader for the current class and invocation of {@link 
SecurityManager#checkPackageAccess</em>
 <a class="jxr_linenumber" name="L205" href="#L205">205</a> <em 
class="jxr_javadoccomment">     *                                     
s.checkPackageAccess()} denies access to the package of this class.</em>
 <a class="jxr_linenumber" name="L206" href="#L206">206</a> <em 
class="jxr_javadoccomment">     */</em>
@@ -223,7 +223,7 @@
 <a class="jxr_linenumber" name="L215" href="#L215">215</a> <em 
class="jxr_javadoccomment">     *</em>
 <a class="jxr_linenumber" name="L216" href="#L216">216</a> <em 
class="jxr_javadoccomment">     * @param className class name.</em>
 <a class="jxr_linenumber" name="L217" href="#L217">217</a> <em 
class="jxr_javadoccomment">     * @throws LinkageError           if there is 
missing dependency.</em>
-<a class="jxr_linenumber" name="L218" href="#L218">218</a> <em 
class="jxr_javadoccomment">     * @throws SecurityException      If a security 
manager, &lt;i&gt;s&lt;/i&gt;, is present and the caller's class loader is not 
the same as or an ancestor of the class</em>
+<a class="jxr_linenumber" name="L218" href="#L218">218</a> <em 
class="jxr_javadoccomment">     * @throws SecurityException      If a security 
manager, &lt;em&gt;s&lt;/em&gt;, is present and the caller's class loader is 
not the same as or an ancestor of the class</em>
 <a class="jxr_linenumber" name="L219" href="#L219">219</a> <em 
class="jxr_javadoccomment">     *                                loader for the 
current class and invocation of {@link SecurityManager#checkPackageAccess 
s.checkPackageAccess()} denies</em>
 <a class="jxr_linenumber" name="L220" href="#L220">220</a> <em 
class="jxr_javadoccomment">     *                                access to the 
package of this class.</em>
 <a class="jxr_linenumber" name="L221" href="#L221">221</a> <em 
class="jxr_javadoccomment">     */</em>

Modified: 
websites/production/commons/content/proper/commons-logging/xref/org/apache/commons/logging/impl/AvalonLogger.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-logging/xref/org/apache/commons/logging/impl/AvalonLogger.html
 (original)
+++ 
websites/production/commons/content/proper/commons-logging/xref/org/apache/commons/logging/impl/AvalonLogger.html
 Mon Aug 19 13:54:51 2024
@@ -52,7 +52,7 @@
 <a class="jxr_linenumber" name="L44" href="#L44">44</a>  <em 
class="jxr_javadoccomment"> * because the constructors available for it make 
this impossible to achieve in all</em>
 <a class="jxr_linenumber" name="L45" href="#L45">45</a>  <em 
class="jxr_javadoccomment"> * circumstances; there is no way to "reconnect" to 
an underlying Logger object on</em>
 <a class="jxr_linenumber" name="L46" href="#L46">46</a>  <em 
class="jxr_javadoccomment"> * deserialization if one was just passed in to the 
constructor of the original</em>
-<a class="jxr_linenumber" name="L47" href="#L47">47</a>  <em 
class="jxr_javadoccomment"> * object. This class &lt;i&gt;was&lt;/i&gt; marked 
Serializable in the 1.0.4 release of</em>
+<a class="jxr_linenumber" name="L47" href="#L47">47</a>  <em 
class="jxr_javadoccomment"> * object. This class &lt;em&gt;was&lt;/em&gt; 
marked Serializable in the 1.0.4 release of</em>
 <a class="jxr_linenumber" name="L48" href="#L48">48</a>  <em 
class="jxr_javadoccomment"> * commons-logging, but this never actually worked 
(a NullPointerException would</em>
 <a class="jxr_linenumber" name="L49" href="#L49">49</a>  <em 
class="jxr_javadoccomment"> * be thrown as soon as the deserialized object was 
used), so removing this marker</em>
 <a class="jxr_linenumber" name="L50" href="#L50">50</a>  <em 
class="jxr_javadoccomment"> * is not considered to be an incompatible 
change.</em>
@@ -90,7 +90,7 @@
 <a class="jxr_linenumber" name="L82" href="#L82">82</a>  
 <a class="jxr_linenumber" name="L83" href="#L83">83</a>      <em 
class="jxr_javadoccomment">/**</em>
 <a class="jxr_linenumber" name="L84" href="#L84">84</a>  <em 
class="jxr_javadoccomment">     * Constructs an {@code AvalonLogger} that will 
log to a child</em>
-<a class="jxr_linenumber" name="L85" href="#L85">85</a>  <em 
class="jxr_javadoccomment">     * of the &lt;code&gt;Logger&lt;/code&gt; set by 
calling {@link #setDefaultLogger}.</em>
+<a class="jxr_linenumber" name="L85" href="#L85">85</a>  <em 
class="jxr_javadoccomment">     * of the {@code Logger} set by calling {@link 
#setDefaultLogger}.</em>
 <a class="jxr_linenumber" name="L86" href="#L86">86</a>  <em 
class="jxr_javadoccomment">     *</em>
 <a class="jxr_linenumber" name="L87" href="#L87">87</a>  <em 
class="jxr_javadoccomment">     * @param name the name of the avalon logger 
implementation to delegate to</em>
 <a class="jxr_linenumber" name="L88" href="#L88">88</a>  <em 
class="jxr_javadoccomment">     */</em>

Modified: 
websites/production/commons/content/proper/commons-logging/xref/org/apache/commons/logging/impl/LogFactoryImpl.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-logging/xref/org/apache/commons/logging/impl/LogFactoryImpl.html
 (original)
+++ 
websites/production/commons/content/proper/commons-logging/xref/org/apache/commons/logging/impl/LogFactoryImpl.html
 Mon Aug 19 13:54:51 2024
@@ -58,7 +58,7 @@
 <a class="jxr_linenumber" name="L50" href="#L50">50</a>  <em 
class="jxr_javadoccomment"> * &lt;/ul&gt;</em>
 <a class="jxr_linenumber" name="L51" href="#L51">51</a>  <em 
class="jxr_javadoccomment"> * &lt;p&gt;</em>
 <a class="jxr_linenumber" name="L52" href="#L52">52</a>  <em 
class="jxr_javadoccomment"> * If the selected {@link Log} implementation class 
has a</em>
-<a class="jxr_linenumber" name="L53" href="#L53">53</a>  <em 
class="jxr_javadoccomment"> * &lt;code&gt;setLogFactory()&lt;/code&gt; method 
that accepts a {@link LogFactory}</em>
+<a class="jxr_linenumber" name="L53" href="#L53">53</a>  <em 
class="jxr_javadoccomment"> * {@code setLogFactory()} method that accepts a 
{@link LogFactory}</em>
 <a class="jxr_linenumber" name="L54" href="#L54">54</a>  <em 
class="jxr_javadoccomment"> * parameter, this method will be called on each 
newly created instance</em>
 <a class="jxr_linenumber" name="L55" href="#L55">55</a>  <em 
class="jxr_javadoccomment"> * to identify the associated factory.  This makes 
factory configuration</em>
 <a class="jxr_linenumber" name="L56" href="#L56">56</a>  <em 
class="jxr_javadoccomment"> * attributes available to the Log instance, if it 
so desires.</em>
@@ -674,7 +674,7 @@
 <a class="jxr_linenumber" name="L666" href="#L666">666</a> <em 
class="jxr_javadoccomment">     * &lt;p&gt;</em>
 <a class="jxr_linenumber" name="L667" href="#L667">667</a> <em 
class="jxr_javadoccomment">     * This method usually returns the context class 
loader. However if it</em>
 <a class="jxr_linenumber" name="L668" href="#L668">668</a> <em 
class="jxr_javadoccomment">     * is discovered that the class loader which 
loaded this class is a child</em>
-<a class="jxr_linenumber" name="L669" href="#L669">669</a> <em 
class="jxr_javadoccomment">     * of the context class loader 
&lt;i&gt;and&lt;/i&gt; the allowFlawedContext option</em>
+<a class="jxr_linenumber" name="L669" href="#L669">669</a> <em 
class="jxr_javadoccomment">     * of the context class loader 
&lt;em&gt;and&lt;/em&gt; the allowFlawedContext option</em>
 <a class="jxr_linenumber" name="L670" href="#L670">670</a> <em 
class="jxr_javadoccomment">     * has been set then the class loader which 
loaded this class is returned</em>
 <a class="jxr_linenumber" name="L671" href="#L671">671</a> <em 
class="jxr_javadoccomment">     * instead.</em>
 <a class="jxr_linenumber" name="L672" href="#L672">672</a> <em 
class="jxr_javadoccomment">     * &lt;p&gt;</em>
@@ -1221,7 +1221,7 @@
 <a class="jxr_linenumber" name="L1213" href="#L1213">1213</a> 
 <a class="jxr_linenumber" name="L1214" href="#L1214">1214</a>     <em 
class="jxr_javadoccomment">/**</em>
 <a class="jxr_linenumber" name="L1215" href="#L1215">1215</a> <em 
class="jxr_javadoccomment">     * Utility method to check whether a particular 
logging library is</em>
-<a class="jxr_linenumber" name="L1216" href="#L1216">1216</a> <em 
class="jxr_javadoccomment">     * present and available for use. Note that this 
does &lt;i&gt;not&lt;/i&gt;</em>
+<a class="jxr_linenumber" name="L1216" href="#L1216">1216</a> <em 
class="jxr_javadoccomment">     * present and available for use. Note that this 
does &lt;em&gt;not&lt;/em&gt;</em>
 <a class="jxr_linenumber" name="L1217" href="#L1217">1217</a> <em 
class="jxr_javadoccomment">     * affect the future behavior of this class.</em>
 <a class="jxr_linenumber" name="L1218" href="#L1218">1218</a> <em 
class="jxr_javadoccomment">     */</em>
 <a class="jxr_linenumber" name="L1219" href="#L1219">1219</a>     <strong 
class="jxr_keyword">private</strong> <strong 
class="jxr_keyword">boolean</strong> isLogLibraryAvailable(<strong 
class="jxr_keyword">final</strong> String name, <strong 
class="jxr_keyword">final</strong> String className) {

Modified: 
websites/production/commons/content/proper/commons-logging/xref/org/apache/commons/logging/impl/WeakHashtable.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-logging/xref/org/apache/commons/logging/impl/WeakHashtable.html
 (original)
+++ 
websites/production/commons/content/proper/commons-logging/xref/org/apache/commons/logging/impl/WeakHashtable.html
 Mon Aug 19 13:54:51 2024
@@ -56,7 +56,7 @@
 <a class="jxr_linenumber" name="L48" href="#L48">48</a>  <em 
class="jxr_javadoccomment"> * &lt;p&gt;</em>
 <a class="jxr_linenumber" name="L49" href="#L49">49</a>  <em 
class="jxr_javadoccomment"> * &lt;strong&gt;Usage:&lt;/strong&gt; typical use 
case is as a drop-in replacement</em>
 <a class="jxr_linenumber" name="L50" href="#L50">50</a>  <em 
class="jxr_javadoccomment"> * for the {@code Hashtable} used in {@code 
LogFactory} for J2EE environments</em>
-<a class="jxr_linenumber" name="L51" href="#L51">51</a>  <em 
class="jxr_javadoccomment"> * running 1.3+ JVMs. Use of this class &lt;i&gt;in 
most cases&lt;/i&gt; (see below) will</em>
+<a class="jxr_linenumber" name="L51" href="#L51">51</a>  <em 
class="jxr_javadoccomment"> * running 1.3+ JVMs. Use of this class &lt;em&gt;in 
most cases&lt;/em&gt; (see below) will</em>
 <a class="jxr_linenumber" name="L52" href="#L52">52</a>  <em 
class="jxr_javadoccomment"> * allow class loaders to be collected by the 
garbage collector without the need</em>
 <a class="jxr_linenumber" name="L53" href="#L53">53</a>  <em 
class="jxr_javadoccomment"> * to call {@link 
org.apache.commons.logging.LogFactory#release(ClassLoader) 
LogFactory.release(ClassLoader)}.</em>
 <a class="jxr_linenumber" name="L54" href="#L54">54</a>  <em 
class="jxr_javadoccomment"> * &lt;/p&gt;</em>
@@ -86,7 +86,7 @@
 <a class="jxr_linenumber" name="L78" href="#L78">78</a>  <em 
class="jxr_javadoccomment"> * reference to the component's class loader from a 
key in the "global"</em>
 <a class="jxr_linenumber" name="L79" href="#L79">79</a>  <em 
class="jxr_javadoccomment"> * {@code LogFactory}'s factories member! If {@code 
LogFactory.release()}</em>
 <a class="jxr_linenumber" name="L80" href="#L80">80</a>  <em 
class="jxr_javadoccomment"> * is called whenever component is unloaded, the 
class loaders will be correctly</em>
-<a class="jxr_linenumber" name="L81" href="#L81">81</a>  <em 
class="jxr_javadoccomment"> * garbage collected; this &lt;i&gt;should&lt;/i&gt; 
be done by any container that</em>
+<a class="jxr_linenumber" name="L81" href="#L81">81</a>  <em 
class="jxr_javadoccomment"> * garbage collected; this 
&lt;em&gt;should&lt;/em&gt; be done by any container that</em>
 <a class="jxr_linenumber" name="L82" href="#L82">82</a>  <em 
class="jxr_javadoccomment"> * bundles commons-logging by default. However, 
holding the class loader</em>
 <a class="jxr_linenumber" name="L83" href="#L83">83</a>  <em 
class="jxr_javadoccomment"> * references weakly ensures that the class loader 
will be garbage collected</em>
 <a class="jxr_linenumber" name="L84" href="#L84">84</a>  <em 
class="jxr_javadoccomment"> * without the container performing this step.</em>
@@ -224,7 +224,7 @@
 <a class="jxr_linenumber" name="L216" href="#L216">216</a>                     
result = result &amp;&amp; hashCode() == otherKey.hashCode();
 <a class="jxr_linenumber" name="L217" href="#L217">217</a>                     
<em class="jxr_comment">// In any case, as our c'tor does not allow null 
referants</em>
 <a class="jxr_linenumber" name="L218" href="#L218">218</a>                     
<em class="jxr_comment">// and Hashtable does not do equality checks 
between</em>
-<a class="jxr_linenumber" name="L219" href="#L219">219</a>                     
<em class="jxr_comment">// existing keys, normal hashtable operations should 
never</em>
+<a class="jxr_linenumber" name="L219" href="#L219">219</a>                     
<em class="jxr_comment">// existing keys, normal hash table operations should 
never</em>
 <a class="jxr_linenumber" name="L220" href="#L220">220</a>                     
<em class="jxr_comment">// result in an equals comparison between null 
referants</em>
 <a class="jxr_linenumber" name="L221" href="#L221">221</a>                 }
 <a class="jxr_linenumber" name="L222" href="#L222">222</a>                 
<strong class="jxr_keyword">else</strong>

Modified: 
websites/production/commons/content/proper/commons-logging/xref/org/apache/commons/logging/impl/package-frame.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-logging/xref/org/apache/commons/logging/impl/package-frame.html
 (original)
+++ 
websites/production/commons/content/proper/commons-logging/xref/org/apache/commons/logging/impl/package-frame.html
 Mon Aug 19 13:54:51 2024
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; 
charset=iso-8859-1" />
-        <title>Apache Commons Logging 1.3.3 Reference Package 
org.apache.commons.logging.impl</title>
+        <title>Apache Commons Logging 1.3.4 Reference Package 
org.apache.commons.logging.impl</title>
         <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
     </head>
     <body>

Modified: 
websites/production/commons/content/proper/commons-logging/xref/org/apache/commons/logging/impl/package-summary.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-logging/xref/org/apache/commons/logging/impl/package-summary.html
 (original)
+++ 
websites/production/commons/content/proper/commons-logging/xref/org/apache/commons/logging/impl/package-summary.html
 Mon Aug 19 13:54:51 2024
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; 
charset=iso-8859-1" />
-        <title>Apache Commons Logging 1.3.3 Reference Package 
org.apache.commons.logging.impl</title>
+        <title>Apache Commons Logging 1.3.4 Reference Package 
org.apache.commons.logging.impl</title>
         <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
     </head>
 
@@ -23,7 +23,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache Commons Logging 
1.3.3 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache Commons Logging 
1.3.4 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">
@@ -171,7 +171,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache Commons Logging 
1.3.3 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache Commons Logging 
1.3.4 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">

Modified: 
websites/production/commons/content/proper/commons-logging/xref/org/apache/commons/logging/package-frame.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-logging/xref/org/apache/commons/logging/package-frame.html
 (original)
+++ 
websites/production/commons/content/proper/commons-logging/xref/org/apache/commons/logging/package-frame.html
 Mon Aug 19 13:54:51 2024
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; 
charset=iso-8859-1" />
-        <title>Apache Commons Logging 1.3.3 Reference Package 
org.apache.commons.logging</title>
+        <title>Apache Commons Logging 1.3.4 Reference Package 
org.apache.commons.logging</title>
         <link rel="stylesheet" type="text/css" 
href="../../../../stylesheet.css" title="style" />
     </head>
     <body>

Modified: 
websites/production/commons/content/proper/commons-logging/xref/org/apache/commons/logging/package-summary.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-logging/xref/org/apache/commons/logging/package-summary.html
 (original)
+++ 
websites/production/commons/content/proper/commons-logging/xref/org/apache/commons/logging/package-summary.html
 Mon Aug 19 13:54:51 2024
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; 
charset=iso-8859-1" />
-        <title>Apache Commons Logging 1.3.3 Reference Package 
org.apache.commons.logging</title>
+        <title>Apache Commons Logging 1.3.4 Reference Package 
org.apache.commons.logging</title>
         <link rel="stylesheet" type="text/css" 
href="../../../../stylesheet.css" title="style" />
     </head>
 
@@ -23,7 +23,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache Commons Logging 
1.3.3 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache Commons Logging 
1.3.4 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">
@@ -96,7 +96,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache Commons Logging 
1.3.3 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache Commons Logging 
1.3.4 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">

Modified: 
websites/production/commons/content/proper/commons-logging/xref/overview-frame.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-logging/xref/overview-frame.html
 (original)
+++ 
websites/production/commons/content/proper/commons-logging/xref/overview-frame.html
 Mon Aug 19 13:54:51 2024
@@ -4,11 +4,11 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; 
charset=iso-8859-1" />
-        <title>Apache Commons Logging 1.3.3 Reference</title>
+        <title>Apache Commons Logging 1.3.4 Reference</title>
         <link rel="stylesheet" type="text/css" href="stylesheet.css" 
title="style" />
     </head>
     <body>
-        <h1 title="Apache Commons Logging 1.3.3 Reference" 
class="bar"><strong>Apache Commons Logging 1.3.3 Reference</strong></h1>
+        <h1 title="Apache Commons Logging 1.3.4 Reference" 
class="bar"><strong>Apache Commons Logging 1.3.4 Reference</strong></h1>
         <div class="indexHeader"><span><a href="allclasses-frame.html" 
target="packageFrame">All&nbsp;Classes</a></span></div>
         <div class="indexContainer">
             <h2 title="Packages">Packages</h2>

Modified: 
websites/production/commons/content/proper/commons-logging/xref/overview-summary.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-logging/xref/overview-summary.html
 (original)
+++ 
websites/production/commons/content/proper/commons-logging/xref/overview-summary.html
 Mon Aug 19 13:54:51 2024
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk7) -->
     <head>
         <meta http-equiv="content-type" content="text/html; 
charset=iso-8859-1" />
-        <title>Apache Commons Logging 1.3.3 Reference</title>
+        <title>Apache Commons Logging 1.3.4 Reference</title>
         <link rel="stylesheet" type="text/css" href="stylesheet.css" 
title="style" />
     </head>
     <body>
@@ -22,7 +22,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache Commons Logging 
1.3.3 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache Commons Logging 
1.3.4 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">
@@ -37,7 +37,7 @@
         </div>
         
                 <div class="header">
-            <h1 class="title">Apache Commons Logging 1.3.3 Reference</h1>
+            <h1 class="title">Apache Commons Logging 1.3.4 Reference</h1>
         </div>
         <div class="contentContainer">
             <table class="overviewSummary" border="0" cellpadding="3" 
cellspacing="0" summary="Packages table, listing packages">
@@ -76,7 +76,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache Commons Logging 
1.3.3 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache Commons Logging 
1.3.4 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">


Reply via email to