Skip to content

Commit

Permalink
Remove unnecessary superclass qualifier
Browse files Browse the repository at this point in the history
  • Loading branch information
breedloj committed Sep 25, 2024
1 parent c9a21a0 commit 8ff8801
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ private String generateJS(final String jsEntrypoint) {

@Override
protected final void handleAuthStatusChange(final boolean isLoggedIn) {
var browser = super.getBrowser();
var browser = getBrowser();
Display.getDefault().asyncExec(() -> {
amazonQCommonActions.updateActionVisibility(isLoggedIn, getViewSite());
if (!isLoggedIn) {
Expand Down

0 comments on commit 8ff8801

Please sign in to comment.