We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 842811f commit 5d05dbcCopy full SHA for 5d05dbc
metafacture-flux/src/main/java/org/metafacture/flux/parser/Flow.java
@@ -75,7 +75,7 @@ public void addElement(final Receiver nextElement) {
75
}
76
77
else {
78
- throw new FluxParseException(element.getClass().getCanonicalName() + "is not a sender");
+ throw new FluxParseException(element.getClass().getCanonicalName() + " is not a sender");
79
80
element = nextElement;
81
0 commit comments