Skip to content

Commit

Permalink
Merge pull request openhab#517 from maggu2810/rest-doc-activate
Browse files Browse the repository at this point in the history
mark servlet registration to be done immediately
  • Loading branch information
kaikreuzer committed Dec 3, 2015
2 parents 74e2f50 + 24cfdb1 commit af40421
Showing 1 changed file with 1 addition and 1 deletion.
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" name="org.openhab.io.rest.docs.dashboardtile">
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" immediate="true" name="org.openhab.io.rest.docs.dashboardtile">
<implementation class="org.openhab.io.rest.docs.internal.RESTDashboardTile"/>
<service>
<provide interface="org.openhab.ui.dashboard.DashboardTile"/>
Expand Down

0 comments on commit af40421

Please sign in to comment.