mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
FUS: update config url
This commit is contained in:
@@ -33,6 +33,6 @@
|
||||
<statistics settings="https://www.jetbrains.com/idea/statistics/stat-assistant.xml"
|
||||
service="https://www.jetbrains.com/idea/statistics/index.jsp"
|
||||
fus-settings="https://www.jetbrains.com/idea/statistics/fus-assistant.xml"
|
||||
event-log-settings="https://www.jetbrains.com/idea/statistics/fus-lion-v2-assistant.xml"
|
||||
event-log-settings="https://www.jetbrains.com/idea/statistics/fus-lion-v2-01-assistant.xml"
|
||||
/>
|
||||
</component>
|
||||
|
||||
+1
-1
@@ -857,7 +857,7 @@ public class ApplicationInfoImpl extends ApplicationInfoEx {
|
||||
}
|
||||
else {
|
||||
myFUStatisticsSettingsUrl = "https://www.jetbrains.com/idea/statistics/fus-assistant.xml";
|
||||
myEventLogSettingsUrl = "https://www.jetbrains.com/idea/statistics/fus-lion-v2-assistant.xml";
|
||||
myEventLogSettingsUrl = "https://www.jetbrains.com/idea/statistics/fus-lion-v2-01-assistant.xml";
|
||||
}
|
||||
|
||||
Element tvElement = getChild(parentNode, ELEMENT_JB_TV);
|
||||
|
||||
Reference in New Issue
Block a user