reformat code
This commit is contained in:
parent
574c58f1c5
commit
8682ec5007
@ -1,4 +1,4 @@
|
|||||||
public class EnxorGate extends ExorGate{
|
public class EnxorGate extends ExorGate {
|
||||||
public EnxorGate(int inputnr) {
|
public EnxorGate(int inputnr) {
|
||||||
super(inputnr);
|
super(inputnr);
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
public class NandGate extends AndGate{
|
public class NandGate extends AndGate {
|
||||||
public NandGate(int inputnr) {
|
public NandGate(int inputnr) {
|
||||||
super(inputnr);
|
super(inputnr);
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
public class NorGate extends OrGate{
|
public class NorGate extends OrGate {
|
||||||
public NorGate(int inputnr) {
|
public NorGate(int inputnr) {
|
||||||
super(inputnr);
|
super(inputnr);
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
public class NotGate extends LogicGate{
|
public class NotGate extends LogicGate {
|
||||||
public NotGate() {
|
public NotGate() {
|
||||||
super(1);
|
super(1);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user