Very minor phrasing correction to Javadoc for setOs(String)--however it
caught me (I was trying to pass in a substring of the desired OS name,
instead of a superstring). docs/index.html appears to be correct.
-Jesse
--
Jesse Glick <mailto:[EMAIL PROTECTED]>
NetBeans, Open APIs <http://www.netbeans.org/>
tel (+4202) 3300-9161 Sun Micro x49161 Praha CR
Index: ExecTask.java
===================================================================
RCS file:
/home/cvspublic/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/ExecTask.java,v
retrieving revision 1.7
diff -c -t -r1.7 ExecTask.java
*** ExecTask.java 2000/08/10 15:33:18 1.7
--- ExecTask.java 2000/10/23 21:25:07
***************
*** 101,107 ****
}
/**
! * Only execute the process if <code>os.name</code> includes this string.
*/
public void setOs(String os) {
this.os = os;
--- 101,107 ----
}
/**
! * Only execute the process if <code>os.name</code> is included in this
string.
*/
public void setOs(String os) {
this.os = os;