Skip to content
Snippets Groups Projects
Commit 9a2691f6 authored by Peter Wagenhuber's avatar Peter Wagenhuber
Browse files

just minor changes

parent c775f2c7
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,10 @@ public class Nloc {
this.dropletList = new ArrayList<Droplet>();
}
// public void addChannel(Channel chan) {
// chanlist.add(chan);
// }
//
public void addChannel(Channel chan) {
chanlist.add(chan);
}
......
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