@@ -104,11 +104,11 @@ private void setupActions(final Browser browser, final boolean isLoggedIn) {
104
104
amazonQCommonActions = new AmazonQCommonActions (browser , isLoggedIn , getViewSite ());
105
105
}
106
106
107
- private void setupAuthStatusListeners () {
108
- authStatusChangedListener = this ::handleAuthStatusChange ;
109
- AuthUtils .addAuthStatusChangeListener (amazonQCommonActions .getSignoutAction ());
110
- AuthUtils .addAuthStatusChangeListener (amazonQCommonActions .getFeedbackDialogContributionAction ());
111
- }
107
+ private void setupAuthStatusListeners () {
108
+ authStatusChangedListener = this ::handleAuthStatusChange ;
109
+ AuthUtils .addAuthStatusChangeListener (amazonQCommonActions .getSignoutAction ());
110
+ AuthUtils .addAuthStatusChangeListener (amazonQCommonActions .getFeedbackDialogContributionAction ());
111
+ }
112
112
113
113
/**
114
114
* Sets up virtual host mapping for the given path using jetty server
@@ -158,16 +158,16 @@ public final void setFocus() {
158
158
browser .setFocus ();
159
159
}
160
160
161
- /**
162
- * Disposes of the resources associated with this view.
163
- *
164
- * This method is called when the view is closed. It removes the authentication
165
- * status change listener and the selection listener from the page.
166
- */
167
- @ Override
168
- public void dispose () {
169
- AuthUtils .removeAuthStatusChangeListener (authStatusChangedListener );
170
- super .dispose ();
171
- }
161
+ /**
162
+ * Disposes of the resources associated with this view.
163
+ *
164
+ * This method is called when the view is closed. It removes the authentication
165
+ * status change listener and the selection listener from the page.
166
+ */
167
+ @ Override
168
+ public void dispose () {
169
+ AuthUtils .removeAuthStatusChangeListener (authStatusChangedListener );
170
+ super .dispose ();
171
+ }
172
172
173
173
}
0 commit comments