Skip to content

Commit

Permalink
WICKET-5116 corrected javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
svenmeier committed Mar 26, 2013
1 parent ea29f1f commit 14d018d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -372,7 +372,7 @@ public void onClick()
* index of the tab to select
* @return this for chaining
* @throws IndexOutOfBoundsException
* if index is not {@code -1} or in the range of available tabs
* if index is not in the range of available tabs
*/
public TabbedPanel<T> setSelectedTab(final int index)
{
Expand Down

0 comments on commit 14d018d

Please sign in to comment.