Skip to content

Commit

Permalink
[coolermasternet] fixed incorrect class name (case) (openhab#2790)
Browse files Browse the repository at this point in the history
  • Loading branch information
phattyassid authored and martinvw committed Oct 19, 2017
1 parent 6de6b5b commit eee230a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
-->
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" immediate="true" name="binding.coolmasternet">

<implementation class="org.openhab.binding.coolmasternet.internal.coolmasternetHandlerFactory"/>
<implementation class="org.openhab.binding.coolmasternet.internal.CoolMasterNetHandlerFactory"/>

<service>
<provide interface="org.eclipse.smarthome.core.thing.binding.ThingHandlerFactory"/>
Expand Down

0 comments on commit eee230a

Please sign in to comment.