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 04e49ee commit d0dc082Copy full SHA for d0dc082
Ghidra/Framework/Docking/src/main/java/docking/action/builder/AbstractActionBuilder.java
@@ -421,7 +421,7 @@ public B toolBarIcon(String iconFilepath) {
421
*
422
* @param group for this action
423
* @return this builder (for chaining)
424
- * @see #toolBarGroup(String)
+ * @see #toolBarGroup(String, String)
425
*/
426
public B toolBarGroup(String group) {
427
toolBarGroup = group;
0 commit comments