GT-1 - Documentation - review fix

This commit is contained in:
dragonmacher 2020-01-14 17:12:23 -05:00
parent 04e49ee46a
commit d0dc082967

View File

@ -421,7 +421,7 @@ public abstract class AbstractActionBuilder<T extends DockingActionIf, B extends
*
* @param group for this action
* @return this builder (for chaining)
* @see #toolBarGroup(String)
* @see #toolBarGroup(String, String)
*/
public B toolBarGroup(String group) {
toolBarGroup = group;