Skip to content

Commit

Permalink
remove whitespace (eclipse-archived#2856)
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Rathgeb <[email protected]>
  • Loading branch information
maggu2810 authored and kaikreuzer committed Jan 18, 2017
1 parent 282e25c commit 1f67afc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public ThingHandler registerHandler(Thing thing) {
}
if ((thing instanceof Bridge) && !(thingHandler instanceof BridgeHandler)) {
throw new IllegalStateException(
"Created handler of bridge ' " + thing.getUID() + "' must implement the BridgeHandler interface.");
"Created handler of bridge '" + thing.getUID() + "' must implement the BridgeHandler interface.");
}
setHandlerContext(thingHandler);
registerConfigStatusProvider(thing, thingHandler);
Expand Down

0 comments on commit 1f67afc

Please sign in to comment.