Skip to content

Commit

Permalink
Merge pull request openhab#138 from maggu2810/remove-missing-deactiva…
Browse files Browse the repository at this point in the history
…te-call

ThingItemProvider: prevent call of missing deactive function
  • Loading branch information
kaikreuzer committed Feb 18, 2015
2 parents 7e2bb61 + dd7c484 commit d618223
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
http://www.eclipse.org/legal/epl-v10.html
-->
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" activate="activate" configuration-policy="optional" deactivate="deactivate" immediate="false" name="org.openhab.thingitemprovider">
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" activate="activate" configuration-policy="optional" immediate="false" name="org.openhab.thingitemprovider">
<implementation class="org.openhab.core.internal.item.ThingItemProvider"/>
<service>
<provide interface="org.eclipse.smarthome.core.items.ItemProvider"/>
Expand Down

0 comments on commit d618223

Please sign in to comment.