diff --git a/docs/manual/OptionalTasks/starteam.html b/docs/manual/OptionalTasks/starteam.html index 91d5d513e..4158ae421 100644 --- a/docs/manual/OptionalTasks/starteam.html +++ b/docs/manual/OptionalTasks/starteam.html @@ -564,6 +564,11 @@ See also the required common StarTeam parameters.The name to be given to the label yes + + description + A description of the label to be stored in the StarTeam project. + yes + revisionlabel Yes means that the label attribute is to be saved as a "revision label". No (default) means that it will be saved as a "view label" @@ -583,11 +588,6 @@ See also the required common StarTeam parameters.The timestamp of the build that will be stored with the label. Must be formatted yyyyMMddHHmmss no - - description - A description of the label to be stored in the StarTeam project. - no -

Examples

diff --git a/src/main/org/apache/tools/ant/taskdefs/optional/starteam/StarTeamLabel.java b/src/main/org/apache/tools/ant/taskdefs/optional/starteam/StarTeamLabel.java index b78b6467d..3672569db 100644 --- a/src/main/org/apache/tools/ant/taskdefs/optional/starteam/StarTeamLabel.java +++ b/src/main/org/apache/tools/ant/taskdefs/optional/starteam/StarTeamLabel.java @@ -123,7 +123,7 @@ public class StarTeamLabel extends StarTeamTask { } /** - * Optional description of the label to be stored in the StarTeam project. + * Description of the label to be stored in the StarTeam project. */ public void setDescription(String description) { this.description = description;