Skip to content
Snippets Groups Projects
Commit 0b0c49b5 authored by maysam zoor's avatar maysam zoor
Browse files

remove spaces

parent 1b6e83ad
No related branches found
No related tags found
1 merge request!406Plan test
......@@ -78,12 +78,9 @@ public class CompareLatencyInSimulationTracesTest extends AbstractUITest {
} catch (XPathExpressionException | ParserConfigurationException | SAXException | IOException e) {
e.printStackTrace();
}
dgraph1 = new DependencyGraphTranslator(LatencyDetailedAnalysisMain.getMap1());
dgraph1.DrawDirectedGraph();
if (dgraph1.getGraphsize() > 0) {
dgraph1 = cld.getDgraph();
checkedTransactionsFile1 = LatencyDetailedAnalysisMain.getCheckedTransactionsFile();
checkedT1 = LatencyDetailedAnalysisMain.getCheckedT1();
cld.setDgraph(null);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment