dlr 02/02/22 09:10:26 Modified: util PROPOSAL Log: There is now a Commons Lang package. Revision Changes Path 1.5 +4 -5 jakarta-commons-sandbox/util/PROPOSAL Index: PROPOSAL =================================================================== RCS file: /home/cvs/jakarta-commons-sandbox/util/PROPOSAL,v retrieving revision 1.4 retrieving revision 1.5 diff -u -u -r1.4 -r1.5 --- PROPOSAL 22 Feb 2002 02:03:17 -0000 1.4 +++ PROPOSAL 22 Feb 2002 17:10:26 -0000 1.5 @@ -5,11 +5,10 @@ Abstract: The Commons Util package is home to latchkey code that one might -expect to find in the java.util, java.lang, or java.text packages -which does not fall clearly into the domain of another Commons -package. The code housed in Util attempts to have few external -dependencies (i.e. be miserly with the number of imports outside the -core java.* package). +expect to find in the java.util and java.text packages which does not +fall clearly into the domain of another Commons package. The code +housed in Util attempts to have few external dependencies (i.e. be +miserly with the number of imports outside the core java.* package). Looking at each Commons project as a product, the Util package is a location for utilities that aren't large enough to necessitate the
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
