modified a comment

This commit is contained in:
hneemann 2016-11-27 09:54:43 +01:00
parent c0e9891e3f
commit d2fe07ff16

View File

@ -113,7 +113,7 @@ public class Splitter implements Element {
}
// Highz is not allowed a this point so throw an exception!
// Can not happen because of input checking in constructor!
// Can not happen because of input checking in setInputs method!
// so no translation is necessary
if (highZIn) throw new NodeException("invalid splitter input configuration!");