Modified: 
websites/production/commons/content/proper/commons-pool/xref/org/apache/commons/pool2/impl/BaseObjectPoolConfig.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-pool/xref/org/apache/commons/pool2/impl/BaseObjectPoolConfig.html
 (original)
+++ 
websites/production/commons/content/proper/commons-pool/xref/org/apache/commons/pool2/impl/BaseObjectPoolConfig.html
 Thu Feb 14 14:37:19 2019
@@ -758,6 +758,6 @@
 <a class="jxr_linenumber" name="L750" href="#L750">750</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2001&#x2013;2018 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
+<div id="footer">Copyright &#169; 2001&#x2013;2019 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/commons/content/proper/commons-pool/xref/org/apache/commons/pool2/impl/CallStack.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-pool/xref/org/apache/commons/pool2/impl/CallStack.html
 (original)
+++ 
websites/production/commons/content/proper/commons-pool/xref/org/apache/commons/pool2/impl/CallStack.html
 Thu Feb 14 14:37:19 2019
@@ -62,6 +62,6 @@
 <a class="jxr_linenumber" name="L54" href="#L54">54</a>  }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2001&#x2013;2018 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
+<div id="footer">Copyright &#169; 2001&#x2013;2019 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/commons/content/proper/commons-pool/xref/org/apache/commons/pool2/impl/CallStackUtils.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-pool/xref/org/apache/commons/pool2/impl/CallStackUtils.html
 (original)
+++ 
websites/production/commons/content/proper/commons-pool/xref/org/apache/commons/pool2/impl/CallStackUtils.html
 Thu Feb 14 14:37:19 2019
@@ -97,6 +97,6 @@
 <a class="jxr_linenumber" name="L89" href="#L89">89</a>  }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2001&#x2013;2018 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
+<div id="footer">Copyright &#169; 2001&#x2013;2019 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/commons/content/proper/commons-pool/xref/org/apache/commons/pool2/impl/DefaultEvictionPolicy.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-pool/xref/org/apache/commons/pool2/impl/DefaultEvictionPolicy.html
 (original)
+++ 
websites/production/commons/content/proper/commons-pool/xref/org/apache/commons/pool2/impl/DefaultEvictionPolicy.html
 Thu Feb 14 14:37:19 2019
@@ -61,6 +61,6 @@
 <a class="jxr_linenumber" name="L53" href="#L53">53</a>  }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2001&#x2013;2018 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
+<div id="footer">Copyright &#169; 2001&#x2013;2019 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/commons/content/proper/commons-pool/xref/org/apache/commons/pool2/impl/DefaultPooledObject.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-pool/xref/org/apache/commons/pool2/impl/DefaultPooledObject.html
 (original)
+++ 
websites/production/commons/content/proper/commons-pool/xref/org/apache/commons/pool2/impl/DefaultPooledObject.html
 Thu Feb 14 14:37:19 2019
@@ -90,10 +90,10 @@
 <a class="jxr_linenumber" name="L82" href="#L82">82</a>      @Override
 <a class="jxr_linenumber" name="L83" href="#L83">83</a>      <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">long</strong> 
getIdleTimeMillis() {
 <a class="jxr_linenumber" name="L84" href="#L84">84</a>          <strong 
class="jxr_keyword">final</strong> <strong class="jxr_keyword">long</strong> 
elapsed = System.currentTimeMillis() - lastReturnTime;
-<a class="jxr_linenumber" name="L85" href="#L85">85</a>       <em 
class="jxr_comment">// elapsed may be negative if:</em>
-<a class="jxr_linenumber" name="L86" href="#L86">86</a>       <em 
class="jxr_comment">// - another thread updates lastReturnTime during the 
calculation window</em>
-<a class="jxr_linenumber" name="L87" href="#L87">87</a>       <em 
class="jxr_comment">// - System.currentTimeMillis() is not monotonic (e.g. 
system time is set back)</em>
-<a class="jxr_linenumber" name="L88" href="#L88">88</a>       <strong 
class="jxr_keyword">return</strong> elapsed &gt;= 0 ? elapsed : 0;
+<a class="jxr_linenumber" name="L85" href="#L85">85</a>          <em 
class="jxr_comment">// elapsed may be negative if:</em>
+<a class="jxr_linenumber" name="L86" href="#L86">86</a>          <em 
class="jxr_comment">// - another thread updates lastReturnTime during the 
calculation window</em>
+<a class="jxr_linenumber" name="L87" href="#L87">87</a>          <em 
class="jxr_comment">// - System.currentTimeMillis() is not monotonic (e.g. 
system time is set back)</em>
+<a class="jxr_linenumber" name="L88" href="#L88">88</a>          <strong 
class="jxr_keyword">return</strong> elapsed &gt;= 0 ? elapsed : 0;
 <a class="jxr_linenumber" name="L89" href="#L89">89</a>      }
 <a class="jxr_linenumber" name="L90" href="#L90">90</a>  
 <a class="jxr_linenumber" name="L91" href="#L91">91</a>      @Override
@@ -306,6 +306,6 @@
 <a class="jxr_linenumber" name="L298" href="#L298">298</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2001&#x2013;2018 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
+<div id="footer">Copyright &#169; 2001&#x2013;2019 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/commons/content/proper/commons-pool/xref/org/apache/commons/pool2/impl/DefaultPooledObjectInfo.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-pool/xref/org/apache/commons/pool2/impl/DefaultPooledObjectInfo.html
 (original)
+++ 
websites/production/commons/content/proper/commons-pool/xref/org/apache/commons/pool2/impl/DefaultPooledObjectInfo.html
 Thu Feb 14 14:37:19 2019
@@ -122,6 +122,6 @@
 <a class="jxr_linenumber" name="L114" href="#L114">114</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2001&#x2013;2018 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
+<div id="footer">Copyright &#169; 2001&#x2013;2019 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/commons/content/proper/commons-pool/xref/org/apache/commons/pool2/impl/DefaultPooledObjectInfoMBean.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-pool/xref/org/apache/commons/pool2/impl/DefaultPooledObjectInfoMBean.html
 (original)
+++ 
websites/production/commons/content/proper/commons-pool/xref/org/apache/commons/pool2/impl/DefaultPooledObjectInfoMBean.html
 Thu Feb 14 14:37:19 2019
@@ -123,6 +123,6 @@
 <a class="jxr_linenumber" name="L115" href="#L115">115</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2001&#x2013;2018 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
+<div id="footer">Copyright &#169; 2001&#x2013;2019 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/commons/content/proper/commons-pool/xref/org/apache/commons/pool2/impl/EvictionConfig.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-pool/xref/org/apache/commons/pool2/impl/EvictionConfig.html
 (original)
+++ 
websites/production/commons/content/proper/commons-pool/xref/org/apache/commons/pool2/impl/EvictionConfig.html
 Thu Feb 14 14:37:19 2019
@@ -122,6 +122,6 @@
 <a class="jxr_linenumber" name="L114" href="#L114">114</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2001&#x2013;2018 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
+<div id="footer">Copyright &#169; 2001&#x2013;2019 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/commons/content/proper/commons-pool/xref/org/apache/commons/pool2/impl/EvictionPolicy.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-pool/xref/org/apache/commons/pool2/impl/EvictionPolicy.html
 (original)
+++ 
websites/production/commons/content/proper/commons-pool/xref/org/apache/commons/pool2/impl/EvictionPolicy.html
 Thu Feb 14 14:37:19 2019
@@ -52,6 +52,6 @@
 <a class="jxr_linenumber" name="L44" href="#L44">44</a>  }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2001&#x2013;2018 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
+<div id="footer">Copyright &#169; 2001&#x2013;2019 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/commons/content/proper/commons-pool/xref/org/apache/commons/pool2/impl/EvictionTimer.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-pool/xref/org/apache/commons/pool2/impl/EvictionTimer.html
 (original)
+++ 
websites/production/commons/content/proper/commons-pool/xref/org/apache/commons/pool2/impl/EvictionTimer.html
 Thu Feb 14 14:37:19 2019
@@ -116,28 +116,28 @@
 <a class="jxr_linenumber" name="L108" href="#L108">108</a>     }
 <a class="jxr_linenumber" name="L109" href="#L109">109</a> 
 <a class="jxr_linenumber" name="L110" href="#L110">110</a>     <em 
class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L111" href="#L111">111</a> <em 
class="jxr_javadoccomment">     * Thread factory that creates a thread, with 
the context classloader from this class.</em>
+<a class="jxr_linenumber" name="L111" href="#L111">111</a> <em 
class="jxr_javadoccomment">     * Thread factory that creates a thread, with 
the context class loader from this class.</em>
 <a class="jxr_linenumber" name="L112" href="#L112">112</a> <em 
class="jxr_javadoccomment">     */</em>
 <a class="jxr_linenumber" name="L113" href="#L113">113</a>     <strong 
class="jxr_keyword">private</strong> <strong 
class="jxr_keyword">static</strong> <strong class="jxr_keyword">class</strong> 
<a 
href="../../../../../org/apache/commons/pool2/impl/EvictionTimer.html">EvictorThreadFactory</a>
 <strong class="jxr_keyword">implements</strong> ThreadFactory {
 <a class="jxr_linenumber" name="L114" href="#L114">114</a> 
 <a class="jxr_linenumber" name="L115" href="#L115">115</a>         @Override
-<a class="jxr_linenumber" name="L116" href="#L116">116</a>         <strong 
class="jxr_keyword">public</strong> Thread newThread(<strong 
class="jxr_keyword">final</strong> Runnable r) {
-<a class="jxr_linenumber" name="L117" href="#L117">117</a>             <strong 
class="jxr_keyword">final</strong> Thread t = <strong 
class="jxr_keyword">new</strong> Thread(<strong 
class="jxr_keyword">null</strong>, r, <span 
class="jxr_string">"commons-pool-evictor-thread"</span>);
+<a class="jxr_linenumber" name="L116" href="#L116">116</a>         <strong 
class="jxr_keyword">public</strong> Thread newThread(<strong 
class="jxr_keyword">final</strong> Runnable runnable) {
+<a class="jxr_linenumber" name="L117" href="#L117">117</a>             <strong 
class="jxr_keyword">final</strong> Thread thread = <strong 
class="jxr_keyword">new</strong> Thread(<strong 
class="jxr_keyword">null</strong>, runnable, <span 
class="jxr_string">"commons-pool-evictor-thread"</span>);
 <a class="jxr_linenumber" name="L118" href="#L118">118</a> 
 <a class="jxr_linenumber" name="L119" href="#L119">119</a>             
AccessController.doPrivileged(<strong class="jxr_keyword">new</strong> 
PrivilegedAction&lt;Void&gt;() {
 <a class="jxr_linenumber" name="L120" href="#L120">120</a>                 
@Override
 <a class="jxr_linenumber" name="L121" href="#L121">121</a>                 
<strong class="jxr_keyword">public</strong> Void run() {
-<a class="jxr_linenumber" name="L122" href="#L122">122</a>                     
t.setContextClassLoader(EvictorThreadFactory.<strong 
class="jxr_keyword">class</strong>.getClassLoader());
+<a class="jxr_linenumber" name="L122" href="#L122">122</a>                     
thread.setContextClassLoader(EvictorThreadFactory.<strong 
class="jxr_keyword">class</strong>.getClassLoader());
 <a class="jxr_linenumber" name="L123" href="#L123">123</a>                     
<strong class="jxr_keyword">return</strong> <strong 
class="jxr_keyword">null</strong>;
 <a class="jxr_linenumber" name="L124" href="#L124">124</a>                 }
 <a class="jxr_linenumber" name="L125" href="#L125">125</a>             });
 <a class="jxr_linenumber" name="L126" href="#L126">126</a> 
-<a class="jxr_linenumber" name="L127" href="#L127">127</a>             <strong 
class="jxr_keyword">return</strong> t;
+<a class="jxr_linenumber" name="L127" href="#L127">127</a>             <strong 
class="jxr_keyword">return</strong> thread;
 <a class="jxr_linenumber" name="L128" href="#L128">128</a>         }
 <a class="jxr_linenumber" name="L129" href="#L129">129</a>     }
 <a class="jxr_linenumber" name="L130" href="#L130">130</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2001&#x2013;2018 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
+<div id="footer">Copyright &#169; 2001&#x2013;2019 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
 </body>
 </html>
\ No newline at end of file


Reply via email to