This commit is contained in:
hneemann 2017-02-25 17:15:59 +01:00
parent b86870af9c
commit 4905eeb50a
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ import static de.neemann.digital.draw.shapes.GenericShape.SIZE;
import static de.neemann.digital.draw.shapes.GenericShape.SIZE2;
/**
* The diodes shape
* The switch shape
*/
public class SwitchShape implements Shape {

View File

@ -15,7 +15,7 @@ import static de.neemann.digital.draw.shapes.GenericShape.SIZE;
import static de.neemann.digital.draw.shapes.GenericShape.SIZE2;
/**
* The ground shape
* The Vcc shape
*
* @author hneemann
*/