Skip to content
Snippets Groups Projects
Commit 945da5dd authored by Anian Bühler's avatar Anian Bühler
Browse files

removed unuser library-imports

parent 3abaddb2
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,6 @@ import tec.letsgoing.ardublock.simulator.arduino.Pin; ...@@ -19,7 +19,6 @@ import tec.letsgoing.ardublock.simulator.arduino.Pin;
* @author Lucas * @author Lucas
* *
*/ */
@SuppressWarnings("deprecation")
public abstract class Modul implements Observer { public abstract class Modul implements Observer {
private boolean active = true; private boolean active = true;
protected Vector<Pin> pins = new Vector<Pin>(); protected Vector<Pin> pins = new Vector<Pin>();
......
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