Skip to content

Commit 3821fa5

Browse files
Fixing JavaDoc param name
1 parent cf908a5 commit 3821fa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/gwt/material/design/client/ui/MaterialTabs.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ public int getTabIndex() {
204204

205205

206206
/**
207-
* @param You can automatically set the tab index by passing the desired tab index number, starts from 1.
207+
* @param tabIndex You can automatically set the tab index by passing the desired tab index number, starts from 1.
208208
*/
209209
public void setTabIndex(int tabIndex) {
210210
this.tabIndex = tabIndex;

0 commit comments

Comments
 (0)