Checkstyle-Fehler behoben

This commit is contained in:
Arne Keller 2021-01-28 09:53:21 +01:00
parent f51e3304e2
commit 52693f28e4

View File

@ -1,7 +1,6 @@
package edu.kit.typicalc.model.term;
import edu.kit.typicalc.model.type.NamedType;
import edu.kit.typicalc.model.type.Type;
/**
* Representation of a constant boolean lambda term: either false or true.