Fixed minor spelling issue (#1143)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>pull/1145/head
parent
d7f8eaeec8
commit
e7c8be33b2
|
@ -117,7 +117,7 @@ public class ChannelXmlResult {
|
|||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "ChannelTypeXmlResult [id=" + id + ", typeId=" + typeId + ", properties=" + properties + "]";
|
||||
return "ChannelXmlResult [id=" + id + ", typeId=" + typeId + ", properties=" + properties + "]";
|
||||
}
|
||||
|
||||
protected ChannelDefinition toChannelDefinition(String bindingId) throws ConversionException {
|
||||
|
|
Loading…
Reference in New Issue