Lang is targeted at Java 1.6 now. Corrected text alignment issue (now left-aligned),
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1561402 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f074f784ef
commit
ef9db7e5c7
|
@ -24,8 +24,6 @@ limitations under the License.
|
||||||
|
|
||||||
<section name='Developer guide for Commons "Lang"'>
|
<section name='Developer guide for Commons "Lang"'>
|
||||||
|
|
||||||
|
|
||||||
<div align="center">
|
|
||||||
<h1>The Commons <em>Lang</em> Package</h1>
|
<h1>The Commons <em>Lang</em> Package</h1>
|
||||||
<h2>Developers Guide</h2>
|
<h2>Developers Guide</h2>
|
||||||
<br />
|
<br />
|
||||||
|
@ -35,8 +33,6 @@ limitations under the License.
|
||||||
<a href="#Javadoc">[Javadoc]</a>
|
<a href="#Javadoc">[Javadoc]</a>
|
||||||
<a href="#Building">[Building]</a>
|
<a href="#Building">[Building]</a>
|
||||||
<br /><br />
|
<br /><br />
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
<a name="Introduction"></a>
|
<a name="Introduction"></a>
|
||||||
<h3>1. INTRODUCTION</h3>
|
<h3>1. INTRODUCTION</h3>
|
||||||
|
@ -141,7 +137,7 @@ However, it's not something to get worked up about. Lots of spelling difference
|
||||||
<h3>5.BUILDING</h3>
|
<h3>5.BUILDING</h3>
|
||||||
<h4>Building a Release</h4>
|
<h4>Building a Release</h4>
|
||||||
<p>
|
<p>
|
||||||
The currently targeted version of Java is 1.5.
|
The currently targeted version of Java is 1.6.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
To build Lang:
|
To build Lang:
|
||||||
|
|
Loading…
Reference in New Issue