We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf908a5 commit 3821fa5Copy full SHA for 3821fa5
src/main/java/gwt/material/design/client/ui/MaterialTabs.java
@@ -204,7 +204,7 @@ public int getTabIndex() {
204
205
206
/**
207
- * @param You can automatically set the tab index by passing the desired tab index number, starts from 1.
+ * @param tabIndex You can automatically set the tab index by passing the desired tab index number, starts from 1.
208
*/
209
public void setTabIndex(int tabIndex) {
210
this.tabIndex = tabIndex;
0 commit comments