On 6/20/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > 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 > <snip/>
I'm not sure how we'd consider breakage though (does that mean we'll be lax with changes to these classes?). I mention this because there are a couple of classes in [scxml] as well that fit this bill and we could add similar warnings there. But these warnings clearly have no merit when it comes to clirr or jardiff, so we must be assuming that everyone reads Javadocs very carefully ;-) -Rahul > 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:[EMAIL PROTECTED]">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:[EMAIL PROTECTED]">Siegfried Goeschl</a> > */ > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]