Skip to content

Commit cb72c07

Browse files
committed
add a comment for dispose time
1 parent 17ffd3d commit cb72c07

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

PluginsAndFeatures/azure-toolkit-for-eclipse/com.microsoft.azuretools.core/src/com/microsoft/azuretools/core/survey/CustomerSurveyHelper.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ public class CustomerSurveyHelper {
6363
private static final int INIT_SURVEY_DELAY_BY_DAY = 10;
6464
private static final int PUT_OFF_DELAY_BY_DAY = 30;
6565
private static final int TAKE_SURVEY_DELAY_BY_DAY = 180;
66+
// Eclipse pop up window can't reset dispost time, so use a longer value here which differs IntelliJ(10s)
6667
private static final int DISPOSE_TIME = 20;
6768

6869
private static final String SURVEY_URL = "https://microsoft.qualtrics.com/jfe/form/SV_5nhMbnPVKPLu2pv?"

PluginsAndFeatures/azure-toolkit-for-eclipse/com.microsoft.azuretools.core/src/com/microsoft/azuretools/core/survey/SurveyNotificationPopup.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,4 +143,5 @@ public boolean close() {
143143
protected String getPopupShellTitle() {
144144
return SURVEY_WINDOW_TITLE;
145145
}
146-
}
146+
}
147+

0 commit comments

Comments
 (0)