Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4b5d2d9

Browse files
committed
rename parameter
1 parent 4396468 commit 4b5d2d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/gwt/src/org/rstudio/core/client/widget/ModalDialogBase.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,9 +443,9 @@ protected void setButtonAlignment(HorizontalAlignmentConstant alignment)
443443
bottomPanel_.setCellHorizontalAlignment(buttonPanel_, alignment);
444444
}
445445

446-
protected void addAnchorWidget(Widget middle)
446+
protected void addAnchorWidget(Widget widget)
447447
{
448-
anchorPanel_.add(middle);
448+
anchorPanel_.add(widget);
449449
}
450450

451451
protected void removeAnchorPanel()

0 commit comments

Comments
 (0)