Skip to content

Commit

Permalink
ThingItemProvider: prevent call of missing deactive function
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Rathgeb <[email protected]>
  • Loading branch information
maggu2810 committed Feb 18, 2015
1 parent 25cc1b3 commit dd7c484
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 dd7c484

Please sign in to comment.