Fixed minor spelling issue (#1143)

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
pull/1145/head
Christoph Weitkamp 2019-10-18 22:28:07 +02:00 committed by Wouter Born
parent d7f8eaeec8
commit e7c8be33b2
1 changed files with 1 additions and 1 deletions

View File

@ -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 {