From b6743695b0ed6e70778ec88f00ea93529cf8c54f Mon Sep 17 00:00:00 2001 From: hneemann Date: Mon, 22 May 2017 17:02:48 +0200 Subject: [PATCH] typo --- src/main/java/de/neemann/digital/core/NodeException.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/java/de/neemann/digital/core/NodeException.java b/src/main/java/de/neemann/digital/core/NodeException.java index cba475e13..7d2ab0dc1 100644 --- a/src/main/java/de/neemann/digital/core/NodeException.java +++ b/src/main/java/de/neemann/digital/core/NodeException.java @@ -11,7 +11,9 @@ import java.util.Collection; import java.util.HashSet; /** - * Exception is thrown if the was a problem creating or running the model. + * This exception is thrown if there was a problem creating or running the model. + * Call one of the constructors with as much information as possible to create + * a useful error message. * * @author hneemann */