mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
Remove redundant tag attribute annotation
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@508296 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -514,7 +514,6 @@ public abstract class DoubleListUIBean extends ListUIBean {
|
||||
return doubleList;
|
||||
}
|
||||
|
||||
@StrutsTagAttribute(description="Set the list key of the second attribute")
|
||||
public String getDoubleListKey() {
|
||||
return doubleListKey;
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -137,7 +137,7 @@ Please do not edit it directly.
|
||||
<td align="left" valign="top"></td>
|
||||
<td align="left" valign="top">true</td>
|
||||
<td align="left" valign="top">String</td>
|
||||
<td align="left" valign="top">Set the list key of the second attribute</td>
|
||||
<td align="left" valign="top">The key expression to use for second list</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" valign="top">doubleListValue</td>
|
||||
|
||||
@@ -241,7 +241,7 @@ Please do not edit it directly.
|
||||
<td align="left" valign="top"></td>
|
||||
<td align="left" valign="top">true</td>
|
||||
<td align="left" valign="top">String</td>
|
||||
<td align="left" valign="top">Set the list key of the second attribute</td>
|
||||
<td align="left" valign="top">The key expression to use for second list</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" valign="top">doubleListValue</td>
|
||||
|
||||
Reference in New Issue
Block a user