Skip to content
Snippets Groups Projects
Commit f1fc9223 authored by Benjamin's avatar Benjamin
Browse files

Make Measurements.getSummary() method synchronized

parent 5659fc58
No related branches found
No related tags found
No related merge requests found
......@@ -154,7 +154,7 @@ public class Measurements
/**
* Return a one line summary of the measurements.
*/
public String getSummary()
public synchronized String getSummary()
{
String ret="";
for (OneMeasurement m : data.values())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment