Skip to content
Snippets Groups Projects
Commit 92beb5fa authored by Vojtech Moravec's avatar Vojtech Moravec
Browse files

Change request from summary to qcmp_summary.

parent 2868b9d6
No related branches found
No related tags found
No related merge requests found
......@@ -107,7 +107,7 @@ public class BigDataViewer {
protected File proposedSettingsFile;
private boolean enableCompression;
private final boolean enableCompression;
private String fileName = null;
public void toggleManualTransformation() {
......@@ -416,7 +416,7 @@ public class BigDataViewer {
sendSummaryRequest.addActionListener(event -> {
System.out.println("Send summary request.");
try {
sendSummaryRequest(fileName + "?p=summary");
sendSummaryRequest(fileName + "?p=qcmp_summary");
} catch (final Exception err) {
err.printStackTrace();
}
......@@ -476,14 +476,6 @@ public class BigDataViewer {
return bdv;
}
private synchronized void enableDisableCompression(final boolean enabled) {
if (this.enableCompression == enabled)
return;
this.enableCompression = enabled;
}
public static BigDataViewer open(final String xmlFilename,
final String windowTitle,
final ProgressWriter progressWriter,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment