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/06/20 15:21:04 UTC

svn commit: r669887 - in /commons/sandbox/exec/trunk/src/main/java/org/apache/commons/exec/util: MapUtils.java StringUtils.java

Author: sgoeschl
Date: Fri Jun 20 06:21:04 2008
New Revision: 669887

URL: http://svn.apache.org/viewvc?rev=669887&view=rev
Log:
Added note that those classes are not part of the public API

Modified:
    commons/sandbox/exec/trunk/src/main/java/org/apache/commons/exec/util/MapUtils.java
    commons/sandbox/exec/trunk/src/main/java/org/apache/commons/exec/util/StringUtils.java

Modified: commons/sandbox/exec/trunk/src/main/java/org/apache/commons/exec/util/MapUtils.java
URL: http://svn.apache.org/viewvc/commons/sandbox/exec/trunk/src/main/java/org/apache/commons/exec/util/MapUtils.java?rev=669887&r1=669886&r2=669887&view=diff
==============================================================================
--- commons/sandbox/exec/trunk/src/main/java/org/apache/commons/exec/util/MapUtils.java (original)
+++ commons/sandbox/exec/trunk/src/main/java/org/apache/commons/exec/util/MapUtils.java Fri Jun 20 06:21:04 2008
@@ -24,7 +24,8 @@
 
 /**
  * Helper classes to manipulate maps to pass substition map to the
- * CommandLine.
+ * CommandLine. This class is not part of the public API and
+ * could change without warning.
  *
  * @author <a href="mailto:siegfried.goeschl@it20one.at">Siegfried Goeschl</a>
  */

Modified: commons/sandbox/exec/trunk/src/main/java/org/apache/commons/exec/util/StringUtils.java
URL: http://svn.apache.org/viewvc/commons/sandbox/exec/trunk/src/main/java/org/apache/commons/exec/util/StringUtils.java?rev=669887&r1=669886&r2=669887&view=diff
==============================================================================
--- commons/sandbox/exec/trunk/src/main/java/org/apache/commons/exec/util/StringUtils.java (original)
+++ commons/sandbox/exec/trunk/src/main/java/org/apache/commons/exec/util/StringUtils.java Fri Jun 20 06:21:04 2008
@@ -26,7 +26,9 @@
 
 /**
  * Supplement of commons-lang, the stringSubstitution() was in a simpler
- * implementation available in an older commons-lang implementation
+ * implementation available in an older commons-lang implementation.
+ * This class is not part of the public API and could change without
+ * warning.
  *
  * @author <a href="mailto:siegfried.goeschl@it20one.at">Siegfried Goeschl</a>
  */