Skip to content

Commit d0dc082

Browse files
committed
GT-1 - Documentation - review fix
1 parent 04e49ee commit d0dc082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Ghidra/Framework/Docking/src/main/java/docking/action/builder/AbstractActionBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ public B toolBarIcon(String iconFilepath) {
421421
*
422422
* @param group for this action
423423
* @return this builder (for chaining)
424-
* @see #toolBarGroup(String)
424+
* @see #toolBarGroup(String, String)
425425
*/
426426
public B toolBarGroup(String group) {
427427
toolBarGroup = group;

0 commit comments

Comments
 (0)