You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by sg...@apache.org on 2008/12/28 23:32:03 UTC

svn commit: r729797 - /commons/proper/exec/trunk/STATUS

Author: sgoeschl
Date: Sun Dec 28 14:32:03 2008
New Revision: 729797

URL: http://svn.apache.org/viewvc?rev=729797&view=rev
Log:
Added comment the deprecation of System.getenv() was removed from later Java versions.

Modified:
    commons/proper/exec/trunk/STATUS

Modified: commons/proper/exec/trunk/STATUS
URL: http://svn.apache.org/viewvc/commons/proper/exec/trunk/STATUS?rev=729797&r1=729796&r2=729797&view=diff
==============================================================================
--- commons/proper/exec/trunk/STATUS (original)
+++ commons/proper/exec/trunk/STATUS Sun Dec 28 14:32:03 2008
@@ -10,7 +10,7 @@
 
 Reliably executing external processes can also require knowledge of the environment variables before or after the
 command is executed. In J2SE 1.1-1.4 there is not support for this, since the method, System.getenv(), for retriving
-environment variables is deprecated.
+environment variables is deprecated (in later releases the deprecation was removed).
 
 The are currently several different libraries that for their own purposes has implemented frameworks around
 Runtime.exec() to handle the various issue outlined above. The proposed project should aim at coordinating and