Skip to content
Snippets Groups Projects
Commit 973314f2 authored by Daniela Genius's avatar Daniela Genius
Browse files

bugfix

parent f249b52b
No related branches found
No related tags found
No related merge requests found
...@@ -92,10 +92,12 @@ public class CAMSSpecification{ ...@@ -92,10 +92,12 @@ public class CAMSSpecification{
} }
} }
return unconnectedBlocks;*/ return unconnectedBlocks;*/
return;
} }
public List<CAMSSignal> getunconnectedSignals(){ public List<CAMSSignal> getunconnectedSignals(){
/* List<CAMSSignal> unconnectedSignals;*/ /* List<CAMSSignal> unconnectedSignals;*/
//return unconnectedSignals; //return unconnectedSignals;
return;
} }
} }
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