Author: davenewton
Date: Wed May 21 05:16:53 2008
New Revision: 658646
URL: http://svn.apache.org/viewvc?rev=658646&view=rev
Log:
Minor TLD doc spelling.
Modified:
struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/UIBean.java
Modified:
struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/UIBean.java
URL:
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/UIBean.java?rev=658646&r1=658645&r2=658646&view=diff
==============================================================================
---
struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/UIBean.java
(original)
+++
struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/UIBean.java
Wed May 21 05:16:53 2008
@@ -1049,7 +1049,7 @@
this.label = label;
}
- @StrutsTagAttribute(description="String that will be appended to the
labe", defaultValue=":")
+ @StrutsTagAttribute(description="String that will be appended to the
label", defaultValue=":")
public void setLabelSeparator(String labelseparator) {
this.labelSeparator = labelseparator;
}