We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2e671c commit 96b4c58Copy full SHA for 96b4c58
app/databrowser/src/main/java/org/csstudio/trends/databrowser3/preferences/Preferences.java
@@ -34,7 +34,7 @@ public class Preferences
34
*/
35
final private static String
36
PROMPT_FOR_RAW_DATA = "prompt_for_raw_data_request",
37
- PROMPT_FOR_VISIBILITY = "prompt_for_visibility";
+ PROMPT_FOR_VISIBILITY = "prompt_for_visibility";
38
39
/** Predefined time range */
40
public static class TimePreset
@@ -115,7 +115,7 @@ public static class TimePreset
115
116
// Allow at least one at a time
117
if (concurrent_requests < 1)
118
- concurrent_requests = 1;
+ concurrent_requests = 1;
119
120
archive_urls = parseArchives(prefs.get("urls"));
121
archives = parseArchives(prefs.get("archives"));
0 commit comments