From 1926fbc37910e18c90bc4d1fabb3bbd8bef3be4a Mon Sep 17 00:00:00 2001 From: Henri Yandell Date: Thu, 14 Aug 2003 00:08:14 +0000 Subject: [PATCH] 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 --- DEVELOPERS-GUIDE.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/DEVELOPERS-GUIDE.html b/DEVELOPERS-GUIDE.html index ea79c5c4c..25e88a7d4 100644 --- a/DEVELOPERS-GUIDE.html +++ b/DEVELOPERS-GUIDE.html @@ -8,7 +8,7 @@

The Jakarta Commons Lang Package

Developers Guide

-$Id: DEVELOPERS-GUIDE.html,v 1.4 2003/08/07 03:14:26 bayard Exp $
+$Id: DEVELOPERS-GUIDE.html,v 1.5 2003/08/14 00:08:14 bayard Exp $
[Introduction] [Package Structure] [Utility Classes] @@ -106,6 +106,9 @@ It should be supported with an explanation within a normal paragraph.

IllegalArgumentException, even if the argument was null. Do not throw NullPointerException.

+

Language used in code/comments

+

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.

+