Added note on Language variant to use.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137590 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cd5c0cdb42
commit
1926fbc379
|
@ -8,7 +8,7 @@
|
|||
<div align="center">
|
||||
<h1>The Jakarta Commons <em>Lang</em> Package</h1>
|
||||
<h2>Developers Guide</h2>
|
||||
$Id: DEVELOPERS-GUIDE.html,v 1.4 2003/08/07 03:14:26 bayard Exp $<br />
|
||||
$Id: DEVELOPERS-GUIDE.html,v 1.5 2003/08/14 00:08:14 bayard Exp $<br />
|
||||
<a href="#Introduction">[Introduction]</a>
|
||||
<a href="#PackageStructure">[Package Structure]</a>
|
||||
<a href="#UtilityClasses">[Utility Classes]</a>
|
||||
|
@ -106,6 +106,9 @@ It should be supported with an explanation within a normal paragraph.</p>
|
|||
IllegalArgumentException, even if the argument was null. Do not throw
|
||||
NullPointerException. </p>
|
||||
|
||||
<h4>Language used in code/comments</h4>
|
||||
<p>It has been decided to casually standardize on US-English. To avoid misplaced jeers of 'americanisation', the people making this decision largely write in non-US-English. However, it's not something to get worked up about. Lots of spelling differences will creep in all over. </p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
|
Loading…
Reference in New Issue