You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@logging.apache.org by ca...@apache.org on 2007/08/25 06:22:47 UTC

svn commit: r569613 [23/29] - in /logging/site/trunk/docs/log4j/1.2: ./ apidocs/ apidocs/org/apache/log4j/ apidocs/org/apache/log4j/chainsaw/ apidocs/org/apache/log4j/chainsaw/class-use/ apidocs/org/apache/log4j/class-use/ apidocs/org/apache/log4j/conf...

Modified: logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/chainsaw/package-frame.html
URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/chainsaw/package-frame.html?rev=569613&r1=569612&r2=569613&view=diff
==============================================================================
--- logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/chainsaw/package-frame.html (original)
+++ logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/chainsaw/package-frame.html Fri Aug 24 21:22:14 2007
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
-		<title>Apache Log4j 1.2.16-SNAPSHOT Reference Package org.apache.log4j.chainsaw</title>
+		<title>Apache Log4j 1.2.15 Reference Package org.apache.log4j.chainsaw</title>
 		<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/chainsaw/package-summary.html
URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/chainsaw/package-summary.html?rev=569613&r1=569612&r2=569613&view=diff
==============================================================================
--- logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/chainsaw/package-summary.html (original)
+++ logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/chainsaw/package-summary.html Fri Aug 24 21:22:14 2007
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
-		<title>Apache Log4j 1.2.16-SNAPSHOT Reference Package $name</title>
+		<title>Apache Log4j 1.2.15 Reference Package $name</title>
 		<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/config/package-frame.html
URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/config/package-frame.html?rev=569613&r1=569612&r2=569613&view=diff
==============================================================================
--- logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/config/package-frame.html (original)
+++ logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/config/package-frame.html Fri Aug 24 21:22:14 2007
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
-		<title>Apache Log4j 1.2.16-SNAPSHOT Reference Package org.apache.log4j.config</title>
+		<title>Apache Log4j 1.2.15 Reference Package org.apache.log4j.config</title>
 		<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/config/package-summary.html
URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/config/package-summary.html?rev=569613&r1=569612&r2=569613&view=diff
==============================================================================
--- logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/config/package-summary.html (original)
+++ logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/config/package-summary.html Fri Aug 24 21:22:14 2007
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
-		<title>Apache Log4j 1.2.16-SNAPSHOT Reference Package $name</title>
+		<title>Apache Log4j 1.2.15 Reference Package $name</title>
 		<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/helpers/Transform.html
URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/helpers/Transform.html?rev=569613&r1=569612&r2=569613&view=diff
==============================================================================
--- logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/helpers/Transform.html (original)
+++ logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/helpers/Transform.html Fri Aug 24 21:22:14 2007
@@ -42,77 +42,84 @@
 <a name="33" href="#33">33</a>  
 <a name="34" href="#34">34</a>    <em>/**<em>*</em></em>
 <a name="35" href="#35">35</a>  <em>   * This method takes a string which may contain HTML tags (ie,</em>
-<a name="36" href="#36">36</a>  <em>   * &amp;lt;b&amp;gt;, &amp;lt;table&amp;gt;, etc) and replaces any '&lt;' and '>'</em>
-<a name="37" href="#37">37</a>  <em>   * characters with respective predefined entity references.</em>
-<a name="38" href="#38">38</a>  <em>   *</em>
-<a name="39" href="#39">39</a>  <em>   * @param input The text to be converted.</em>
-<a name="40" href="#40">40</a>  <em>   * @return The input string with the characters '&lt;' and '>' replaced with</em>
-<a name="41" href="#41">41</a>  <em>   *  &amp;amp;lt; and &amp;amp;gt; respectively.  </em>
+<a name="36" href="#36">36</a>  <em>   * &amp;lt;b&amp;gt;, &amp;lt;table&amp;gt;, etc) and replaces any</em>
+<a name="37" href="#37">37</a>  <em>   * '&lt;',  '>' , '&amp;' or '&quot;'</em>
+<a name="38" href="#38">38</a>  <em>   * characters with respective predefined entity references.</em>
+<a name="39" href="#39">39</a>  <em>   *</em>
+<a name="40" href="#40">40</a>  <em>   * @param input The text to be converted.</em>
+<a name="41" href="#41">41</a>  <em>   * @return The input string with the special characters replaced.</em>
 <a name="42" href="#42">42</a>  <em>   * */</em>
-<a name="43" href="#43">43</a>    <strong>static</strong> <strong>public</strong> String escapeTags(String input) {
-<a name="44" href="#44">44</a>      <em class="comment">//Check if the string is null or zero length -- if so, return</em>
-<a name="45" href="#45">45</a>      <em class="comment">//what was sent in.</em>
+<a name="43" href="#43">43</a>    <strong>static</strong> <strong>public</strong> String escapeTags(<strong>final</strong> String input) {
+<a name="44" href="#44">44</a>      <em class="comment">//Check if the string is null, zero length or devoid of special characters</em>
+<a name="45" href="#45">45</a>      <em class="comment">// if so, return what was sent in.</em>
 <a name="46" href="#46">46</a>  
-<a name="47" href="#47">47</a>      <strong>if</strong>( input == <strong>null</strong> || input.length() == 0 ) {
-<a name="48" href="#48">48</a>        <strong>return</strong> input;
-<a name="49" href="#49">49</a>      }
-<a name="50" href="#50">50</a>  
-<a name="51" href="#51">51</a>      <em class="comment">//Use a StringBuffer in lieu of String concatenation -- it is</em>
-<a name="52" href="#52">52</a>      <em class="comment">//much more efficient this way.</em>
-<a name="53" href="#53">53</a>  
-<a name="54" href="#54">54</a>      StringBuffer buf = <strong>new</strong> StringBuffer(input.length() + 6);
-<a name="55" href="#55">55</a>      <strong>char</strong> ch = ' ';
-<a name="56" href="#56">56</a>  
-<a name="57" href="#57">57</a>      <strong>int</strong> len = input.length();
-<a name="58" href="#58">58</a>      <strong>for</strong>(<strong>int</strong> i=0; i &lt; len; i++) {
-<a name="59" href="#59">59</a>        ch = input.charAt(i);
-<a name="60" href="#60">60</a>        <strong>if</strong>(ch == '&lt;') {
-<a name="61" href="#61">61</a>  	buf.append(<span class="string">"&amp;lt;"</span>);
-<a name="62" href="#62">62</a>        } <strong>else</strong> <strong>if</strong>(ch == '>') {
-<a name="63" href="#63">63</a>  	buf.append(<span class="string">"&amp;gt;"</span>);
-<a name="64" href="#64">64</a>        } <strong>else</strong> {
-<a name="65" href="#65">65</a>  	buf.append(ch);
-<a name="66" href="#66">66</a>        }
-<a name="67" href="#67">67</a>      }
-<a name="68" href="#68">68</a>      <strong>return</strong> buf.toString();
-<a name="69" href="#69">69</a>    }
-<a name="70" href="#70">70</a>  
-<a name="71" href="#71">71</a>    <em>/**<em>*</em></em>
-<a name="72" href="#72">72</a>  <em>  * Ensures that embeded CDEnd strings (]]>) are handled properly</em>
-<a name="73" href="#73">73</a>  <em>  * within message, NDC and throwable tag text.</em>
-<a name="74" href="#74">74</a>  <em>  *</em>
-<a name="75" href="#75">75</a>  <em>  * @param buf StringBuffer holding the XML data to this point.  The</em>
-<a name="76" href="#76">76</a>  <em>  * initial CDStart (&lt;![CDATA[) and final CDEnd (]]>) of the CDATA</em>
-<a name="77" href="#77">77</a>  <em>  * section are the responsibility of the calling method.</em>
-<a name="78" href="#78">78</a>  <em>  * @param str The String that is inserted into an existing CDATA Section within buf.  </em>
-<a name="79" href="#79">79</a>  <em>  * */</em>
-<a name="80" href="#80">80</a>    <strong>static</strong> <strong>public</strong> <strong>void</strong> appendEscapingCDATA(StringBuffer buf, String str) {
-<a name="81" href="#81">81</a>      <strong>if</strong>(str == <strong>null</strong>) {
-<a name="82" href="#82">82</a>        buf.append(<span class="string">""</span>);
-<a name="83" href="#83">83</a>        <strong>return</strong>;
-<a name="84" href="#84">84</a>      } 
-<a name="85" href="#85">85</a>      
-<a name="86" href="#86">86</a>      <strong>int</strong> end = str.indexOf(CDATA_END);
-<a name="87" href="#87">87</a>      <strong>if</strong> (end &lt; 0) {
-<a name="88" href="#88">88</a>        buf.append(str);
-<a name="89" href="#89">89</a>        <strong>return</strong>;
-<a name="90" href="#90">90</a>      }
-<a name="91" href="#91">91</a>      
-<a name="92" href="#92">92</a>      <strong>int</strong> start = 0;
-<a name="93" href="#93">93</a>      <strong>while</strong> (end > -1) {
-<a name="94" href="#94">94</a>        buf.append(str.substring(start,end));
-<a name="95" href="#95">95</a>        buf.append(CDATA_EMBEDED_END);
-<a name="96" href="#96">96</a>        start = end + CDATA_END_LEN;
-<a name="97" href="#97">97</a>        <strong>if</strong> (start &lt; str.length()) {
-<a name="98" href="#98">98</a>  	end = str.indexOf(CDATA_END, start);
-<a name="99" href="#99">99</a>        } <strong>else</strong> {
-<a name="100" href="#100">100</a> 	<strong>return</strong>;
-<a name="101" href="#101">101</a>       }
-<a name="102" href="#102">102</a>     }
-<a name="103" href="#103">103</a>     
-<a name="104" href="#104">104</a>     buf.append(str.substring(start));
-<a name="105" href="#105">105</a>   }
-<a name="106" href="#106">106</a> }
+<a name="47" href="#47">47</a>      <strong>if</strong>(input == <strong>null</strong>
+<a name="48" href="#48">48</a>         || input.length() == 0
+<a name="49" href="#49">49</a>         || (input.indexOf('&quot;') == -1 &amp;&amp;
+<a name="50" href="#50">50</a>             input.indexOf('&amp;') == -1 &amp;&amp;
+<a name="51" href="#51">51</a>             input.indexOf('&lt;') == -1 &amp;&amp;
+<a name="52" href="#52">52</a>             input.indexOf('>') == -1)) {
+<a name="53" href="#53">53</a>        <strong>return</strong> input;
+<a name="54" href="#54">54</a>      }
+<a name="55" href="#55">55</a>  
+<a name="56" href="#56">56</a>      <em class="comment">//Use a StringBuffer in lieu of String concatenation -- it is</em>
+<a name="57" href="#57">57</a>      <em class="comment">//much more efficient this way.</em>
+<a name="58" href="#58">58</a>  
+<a name="59" href="#59">59</a>      StringBuffer buf = <strong>new</strong> StringBuffer(input.length() + 6);
+<a name="60" href="#60">60</a>      <strong>char</strong> ch = ' ';
+<a name="61" href="#61">61</a>  
+<a name="62" href="#62">62</a>      <strong>int</strong> len = input.length();
+<a name="63" href="#63">63</a>      <strong>for</strong>(<strong>int</strong> i=0; i &lt; len; i++) {
+<a name="64" href="#64">64</a>        ch = input.charAt(i);
+<a name="65" href="#65">65</a>        <strong>if</strong> (ch > '>') {
+<a name="66" href="#66">66</a>            buf.append(ch);
+<a name="67" href="#67">67</a>        } <strong>else</strong> <strong>if</strong>(ch == '&lt;') {
+<a name="68" href="#68">68</a>  	      buf.append(<span class="string">"&amp;lt;"</span>);
+<a name="69" href="#69">69</a>        } <strong>else</strong> <strong>if</strong>(ch == '>') {
+<a name="70" href="#70">70</a>  	      buf.append(<span class="string">"&amp;gt;"</span>);
+<a name="71" href="#71">71</a>        } <strong>else</strong> <strong>if</strong>(ch == '&amp;') {
+<a name="72" href="#72">72</a>  	      buf.append(<span class="string">"&amp;amp;"</span>);
+<a name="73" href="#73">73</a>        } <strong>else</strong> <strong>if</strong>(ch == '&quot;') {
+<a name="74" href="#74">74</a>  	      buf.append(<span class="string">"&amp;quot;"</span>);
+<a name="75" href="#75">75</a>        } <strong>else</strong> {
+<a name="76" href="#76">76</a>  	      buf.append(ch);
+<a name="77" href="#77">77</a>        }
+<a name="78" href="#78">78</a>      }
+<a name="79" href="#79">79</a>      <strong>return</strong> buf.toString();
+<a name="80" href="#80">80</a>    }
+<a name="81" href="#81">81</a>  
+<a name="82" href="#82">82</a>    <em>/**<em>*</em></em>
+<a name="83" href="#83">83</a>  <em>  * Ensures that embeded CDEnd strings (]]>) are handled properly</em>
+<a name="84" href="#84">84</a>  <em>  * within message, NDC and throwable tag text.</em>
+<a name="85" href="#85">85</a>  <em>  *</em>
+<a name="86" href="#86">86</a>  <em>  * @param buf StringBuffer holding the XML data to this point.  The</em>
+<a name="87" href="#87">87</a>  <em>  * initial CDStart (&lt;![CDATA[) and final CDEnd (]]>) of the CDATA</em>
+<a name="88" href="#88">88</a>  <em>  * section are the responsibility of the calling method.</em>
+<a name="89" href="#89">89</a>  <em>  * @param str The String that is inserted into an existing CDATA Section within buf.  </em>
+<a name="90" href="#90">90</a>  <em>  * */</em>
+<a name="91" href="#91">91</a>    <strong>static</strong> <strong>public</strong> <strong>void</strong> appendEscapingCDATA(<strong>final</strong> StringBuffer buf,
+<a name="92" href="#92">92</a>                                           <strong>final</strong> String str) {
+<a name="93" href="#93">93</a>        <strong>if</strong> (str != <strong>null</strong>) {
+<a name="94" href="#94">94</a>            <strong>int</strong> end = str.indexOf(CDATA_END);
+<a name="95" href="#95">95</a>            <strong>if</strong> (end &lt; 0) {
+<a name="96" href="#96">96</a>                buf.append(str);
+<a name="97" href="#97">97</a>            } <strong>else</strong> {
+<a name="98" href="#98">98</a>                <strong>int</strong> start = 0;
+<a name="99" href="#99">99</a>                <strong>while</strong> (end > -1) {
+<a name="100" href="#100">100</a>                   buf.append(str.substring(start, end));
+<a name="101" href="#101">101</a>                   buf.append(CDATA_EMBEDED_END);
+<a name="102" href="#102">102</a>                   start = end + CDATA_END_LEN;
+<a name="103" href="#103">103</a>                   <strong>if</strong> (start &lt; str.length()) {
+<a name="104" href="#104">104</a>                       end = str.indexOf(CDATA_END, start);
+<a name="105" href="#105">105</a>                   } <strong>else</strong> {
+<a name="106" href="#106">106</a>                       <strong>return</strong>;
+<a name="107" href="#107">107</a>                   }
+<a name="108" href="#108">108</a>               }
+<a name="109" href="#109">109</a>               buf.append(str.substring(start));
+<a name="110" href="#110">110</a>           }
+<a name="111" href="#111">111</a>       }
+<a name="112" href="#112">112</a>   }
+<a name="113" href="#113">113</a> }
 </pre>
 <hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body>
 </html>

Modified: logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/helpers/package-frame.html
URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/helpers/package-frame.html?rev=569613&r1=569612&r2=569613&view=diff
==============================================================================
--- logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/helpers/package-frame.html (original)
+++ logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/helpers/package-frame.html Fri Aug 24 21:22:14 2007
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
-		<title>Apache Log4j 1.2.16-SNAPSHOT Reference Package org.apache.log4j.helpers</title>
+		<title>Apache Log4j 1.2.15 Reference Package org.apache.log4j.helpers</title>
 		<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/helpers/package-summary.html
URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/helpers/package-summary.html?rev=569613&r1=569612&r2=569613&view=diff
==============================================================================
--- logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/helpers/package-summary.html (original)
+++ logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/helpers/package-summary.html Fri Aug 24 21:22:14 2007
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
-		<title>Apache Log4j 1.2.16-SNAPSHOT Reference Package $name</title>
+		<title>Apache Log4j 1.2.15 Reference Package $name</title>
 		<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/jdbc/package-frame.html
URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/jdbc/package-frame.html?rev=569613&r1=569612&r2=569613&view=diff
==============================================================================
--- logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/jdbc/package-frame.html (original)
+++ logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/jdbc/package-frame.html Fri Aug 24 21:22:14 2007
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
-		<title>Apache Log4j 1.2.16-SNAPSHOT Reference Package org.apache.log4j.jdbc</title>
+		<title>Apache Log4j 1.2.15 Reference Package org.apache.log4j.jdbc</title>
 		<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/jdbc/package-summary.html
URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/jdbc/package-summary.html?rev=569613&r1=569612&r2=569613&view=diff
==============================================================================
--- logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/jdbc/package-summary.html (original)
+++ logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/jdbc/package-summary.html Fri Aug 24 21:22:14 2007
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
-		<title>Apache Log4j 1.2.16-SNAPSHOT Reference Package $name</title>
+		<title>Apache Log4j 1.2.15 Reference Package $name</title>
 		<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/jmx/package-frame.html
URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/jmx/package-frame.html?rev=569613&r1=569612&r2=569613&view=diff
==============================================================================
--- logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/jmx/package-frame.html (original)
+++ logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/jmx/package-frame.html Fri Aug 24 21:22:14 2007
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
-		<title>Apache Log4j 1.2.16-SNAPSHOT Reference Package org.apache.log4j.jmx</title>
+		<title>Apache Log4j 1.2.15 Reference Package org.apache.log4j.jmx</title>
 		<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/jmx/package-summary.html
URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/jmx/package-summary.html?rev=569613&r1=569612&r2=569613&view=diff
==============================================================================
--- logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/jmx/package-summary.html (original)
+++ logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/jmx/package-summary.html Fri Aug 24 21:22:14 2007
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
-		<title>Apache Log4j 1.2.16-SNAPSHOT Reference Package $name</title>
+		<title>Apache Log4j 1.2.15 Reference Package $name</title>
 		<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/lf5/package-frame.html
URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/lf5/package-frame.html?rev=569613&r1=569612&r2=569613&view=diff
==============================================================================
--- logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/lf5/package-frame.html (original)
+++ logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/lf5/package-frame.html Fri Aug 24 21:22:14 2007
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
-		<title>Apache Log4j 1.2.16-SNAPSHOT Reference Package org.apache.log4j.lf5</title>
+		<title>Apache Log4j 1.2.15 Reference Package org.apache.log4j.lf5</title>
 		<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/lf5/package-summary.html
URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/lf5/package-summary.html?rev=569613&r1=569612&r2=569613&view=diff
==============================================================================
--- logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/lf5/package-summary.html (original)
+++ logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/lf5/package-summary.html Fri Aug 24 21:22:14 2007
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
-		<title>Apache Log4j 1.2.16-SNAPSHOT Reference Package $name</title>
+		<title>Apache Log4j 1.2.15 Reference Package $name</title>
 		<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/lf5/util/LogFileParser.html
URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/lf5/util/LogFileParser.html?rev=569613&r1=569612&r2=569613&view=diff
==============================================================================
--- logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/lf5/util/LogFileParser.html (original)
+++ logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/lf5/util/LogFileParser.html Fri Aug 24 21:22:14 2007
@@ -92,7 +92,7 @@
 <a name="83" href="#83">83</a>    <em>/**<em>*</em></em>
 <a name="84" href="#84">84</a>  <em>   * Starts a new thread to parse the log file and create a LogRecord.</em>
 <a name="85" href="#85">85</a>  <em>   * See run().</em>
-<a name="86" href="#86">86</a>  <em>   * @param LogBrokerMonitor</em>
+<a name="86" href="#86">86</a>  <em>   * @param monitor LogBrokerMonitor</em>
 <a name="87" href="#87">87</a>  <em>   */</em>
 <a name="88" href="#88">88</a>    <strong>public</strong> <strong>void</strong> parse(<a href="../../../../../org/apache/log4j/lf5/viewer/LogBrokerMonitor.html">LogBrokerMonitor</a> monitor) throws RuntimeException {
 <a name="89" href="#89">89</a>      _monitor = monitor;

Modified: logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/lf5/util/LogMonitorAdapter.html
URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/lf5/util/LogMonitorAdapter.html?rev=569613&r1=569612&r2=569613&view=diff
==============================================================================
--- logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/lf5/util/LogMonitorAdapter.html (original)
+++ logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/lf5/util/LogMonitorAdapter.html Fri Aug 24 21:22:14 2007
@@ -116,7 +116,7 @@
 <a name="107" href="#107">107</a> <em>   * The first LogLevel in the List is used as the default LogLevel unless</em>
 <a name="108" href="#108">108</a> <em>   * changed using the setDefaultLevel method.&lt;p></em>
 <a name="109" href="#109">109</a> <em>   *</em>
-<a name="110" href="#110">110</a> <em>   * @param userDefined A list of user defined LogLevel objects.</em>
+<a name="110" href="#110">110</a> <em>   * @param userDefinedLevels A list of user defined LogLevel objects.</em>
 <a name="111" href="#111">111</a> <em>   * @return LogMonitorAdapter</em>
 <a name="112" href="#112">112</a> <em>   */</em>
 <a name="113" href="#113">113</a>   <strong>public</strong> <strong>static</strong> <a href="../../../../../org/apache/log4j/lf5/util/LogMonitorAdapter.html">LogMonitorAdapter</a> newInstance(List userDefinedLevels) {

Modified: logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/lf5/util/StreamUtils.html
URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/lf5/util/StreamUtils.html?rev=569613&r1=569612&r2=569613&view=diff
==============================================================================
--- logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/lf5/util/StreamUtils.html (original)
+++ logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/lf5/util/StreamUtils.html Fri Aug 24 21:22:14 2007
@@ -106,7 +106,7 @@
 <a name="97" href="#97">97</a>    }
 <a name="98" href="#98">98</a>  
 <a name="99" href="#99">99</a>    <em>/**<em>*</em></em>
-<a name="100" href="#100">100</a> <em>   * @returns a byte[] containing the information contained in the</em>
+<a name="100" href="#100">100</a> <em>   * @return a byte[] containing the information contained in the</em>
 <a name="101" href="#101">101</a> <em>   * specified InputStream.</em>
 <a name="102" href="#102">102</a> <em>   * @throws java.io.IOException</em>
 <a name="103" href="#103">103</a> <em>   */</em>

Modified: logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/lf5/util/package-frame.html
URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/lf5/util/package-frame.html?rev=569613&r1=569612&r2=569613&view=diff
==============================================================================
--- logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/lf5/util/package-frame.html (original)
+++ logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/lf5/util/package-frame.html Fri Aug 24 21:22:14 2007
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
-		<title>Apache Log4j 1.2.16-SNAPSHOT Reference Package org.apache.log4j.lf5.util</title>
+		<title>Apache Log4j 1.2.15 Reference Package org.apache.log4j.lf5.util</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/lf5/util/package-summary.html
URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/lf5/util/package-summary.html?rev=569613&r1=569612&r2=569613&view=diff
==============================================================================
--- logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/lf5/util/package-summary.html (original)
+++ logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/lf5/util/package-summary.html Fri Aug 24 21:22:14 2007
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
-		<title>Apache Log4j 1.2.16-SNAPSHOT Reference Package $name</title>
+		<title>Apache Log4j 1.2.15 Reference Package $name</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/lf5/viewer/LogTableColumn.html
URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/lf5/viewer/LogTableColumn.html?rev=569613&r1=569612&r2=569613&view=diff
==============================================================================
--- logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/lf5/viewer/LogTableColumn.html (original)
+++ logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/lf5/viewer/LogTableColumn.html Fri Aug 24 21:22:14 2007
@@ -98,7 +98,7 @@
 <a name="89" href="#89">89</a>    <em>/**<em>*</em></em>
 <a name="90" href="#90">90</a>  <em>   * Convert a column label into a LogTableColumn object.</em>
 <a name="91" href="#91">91</a>  <em>   *</em>
-<a name="92" href="#92">92</a>  <em>   * @param level The label of a level to be converted into a LogTableColumn.</em>
+<a name="92" href="#92">92</a>  <em>   * @param column The label of a level to be converted into a LogTableColumn.</em>
 <a name="93" href="#93">93</a>  <em>   * @return LogTableColumn The LogTableColumn with a label equal to column.</em>
 <a name="94" href="#94">94</a>  <em>   * @throws LogTableColumnFormatException Is thrown when the column can not be</em>
 <a name="95" href="#95">95</a>  <em>   *         converted into a LogTableColumn.</em>

Modified: logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/lf5/viewer/categoryexplorer/CategoryExplorerModel.html
URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/lf5/viewer/categoryexplorer/CategoryExplorerModel.html?rev=569613&r1=569612&r2=569613&view=diff
==============================================================================
--- logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/lf5/viewer/categoryexplorer/CategoryExplorerModel.html (original)
+++ logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/lf5/viewer/categoryexplorer/CategoryExplorerModel.html Fri Aug 24 21:22:14 2007
@@ -194,8 +194,8 @@
 <a name="185" href="#185">185</a> <em>   * &lt;p>Method altered by Richard Hurst such that it returns the CategoryNode</em>
 <a name="186" href="#186">186</a> <em>   * corresponding to the CategoryPath&lt;/p></em>
 <a name="187" href="#187">187</a> <em>   *</em>
-<a name="188" href="#188">188</a> <em>   * @param CategoryPath</em>
-<a name="189" href="#189">189</a> <em>   * @returns CategoryNode</em>
+<a name="188" href="#188">188</a> <em>   * @param path category path.</em>
+<a name="189" href="#189">189</a> <em>   * @return CategoryNode</em>
 <a name="190" href="#190">190</a> <em>   */</em>
 <a name="191" href="#191">191</a>   <strong>public</strong> <a href="../../../../../../org/apache/log4j/lf5/viewer/categoryexplorer/CategoryNode.html">CategoryNode</a> addCategory(<a href="../../../../../../org/apache/log4j/lf5/viewer/categoryexplorer/CategoryPath.html">CategoryPath</a> path) {
 <a name="192" href="#192">192</a>     <a href="../../../../../../org/apache/log4j/lf5/viewer/categoryexplorer/CategoryNode.html">CategoryNode</a> root = (CategoryNode) getRoot();
@@ -308,8 +308,8 @@
 <a name="299" href="#299">299</a>   <em>/**<em>*</em></em>
 <a name="300" href="#300">300</a> <em>   * &lt;p>Returns the CategoryPath to the specified CategoryNode&lt;/p></em>
 <a name="301" href="#301">301</a> <em>   *</em>
-<a name="302" href="#302">302</a> <em>   * @param CategoryNode The target CategoryNode</em>
-<a name="303" href="#303">303</a> <em>   * @returns CategoryPath</em>
+<a name="302" href="#302">302</a> <em>   * @param node The target CategoryNode</em>
+<a name="303" href="#303">303</a> <em>   * @return CategoryPath</em>
 <a name="304" href="#304">304</a> <em>   */</em>
 <a name="305" href="#305">305</a>   <strong>public</strong> TreePath getTreePathToRoot(<a href="../../../../../../org/apache/log4j/lf5/viewer/categoryexplorer/CategoryNode.html">CategoryNode</a> node) {
 <a name="306" href="#306">306</a>     <strong>if</strong> (node == <strong>null</strong>) {

Modified: logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/lf5/viewer/categoryexplorer/package-frame.html
URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/lf5/viewer/categoryexplorer/package-frame.html?rev=569613&r1=569612&r2=569613&view=diff
==============================================================================
--- logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/lf5/viewer/categoryexplorer/package-frame.html (original)
+++ logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/lf5/viewer/categoryexplorer/package-frame.html Fri Aug 24 21:22:14 2007
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
-		<title>Apache Log4j 1.2.16-SNAPSHOT Reference Package org.apache.log4j.lf5.viewer.categoryexplorer</title>
+		<title>Apache Log4j 1.2.15 Reference Package org.apache.log4j.lf5.viewer.categoryexplorer</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/lf5/viewer/categoryexplorer/package-summary.html
URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/lf5/viewer/categoryexplorer/package-summary.html?rev=569613&r1=569612&r2=569613&view=diff
==============================================================================
--- logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/lf5/viewer/categoryexplorer/package-summary.html (original)
+++ logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/lf5/viewer/categoryexplorer/package-summary.html Fri Aug 24 21:22:14 2007
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
-		<title>Apache Log4j 1.2.16-SNAPSHOT Reference Package $name</title>
+		<title>Apache Log4j 1.2.15 Reference Package $name</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/lf5/viewer/configure/package-frame.html
URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/lf5/viewer/configure/package-frame.html?rev=569613&r1=569612&r2=569613&view=diff
==============================================================================
--- logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/lf5/viewer/configure/package-frame.html (original)
+++ logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/lf5/viewer/configure/package-frame.html Fri Aug 24 21:22:14 2007
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
-		<title>Apache Log4j 1.2.16-SNAPSHOT Reference Package org.apache.log4j.lf5.viewer.configure</title>
+		<title>Apache Log4j 1.2.15 Reference Package org.apache.log4j.lf5.viewer.configure</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/lf5/viewer/configure/package-summary.html
URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/lf5/viewer/configure/package-summary.html?rev=569613&r1=569612&r2=569613&view=diff
==============================================================================
--- logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/lf5/viewer/configure/package-summary.html (original)
+++ logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/lf5/viewer/configure/package-summary.html Fri Aug 24 21:22:14 2007
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
-		<title>Apache Log4j 1.2.16-SNAPSHOT Reference Package $name</title>
+		<title>Apache Log4j 1.2.15 Reference Package $name</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/lf5/viewer/package-frame.html
URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/lf5/viewer/package-frame.html?rev=569613&r1=569612&r2=569613&view=diff
==============================================================================
--- logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/lf5/viewer/package-frame.html (original)
+++ logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/lf5/viewer/package-frame.html Fri Aug 24 21:22:14 2007
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
-		<title>Apache Log4j 1.2.16-SNAPSHOT Reference Package org.apache.log4j.lf5.viewer</title>
+		<title>Apache Log4j 1.2.15 Reference Package org.apache.log4j.lf5.viewer</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/lf5/viewer/package-summary.html
URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/lf5/viewer/package-summary.html?rev=569613&r1=569612&r2=569613&view=diff
==============================================================================
--- logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/lf5/viewer/package-summary.html (original)
+++ logging/site/trunk/docs/log4j/1.2/xref/org/apache/log4j/lf5/viewer/package-summary.html Fri Aug 24 21:22:14 2007
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
-		<title>Apache Log4j 1.2.16-SNAPSHOT Reference Package $name</title>
+		<title>Apache Log4j 1.2.15 Reference Package $name</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>