diff options
author | Erik Lumme <erik@vaadin.com> | 2017-09-18 10:51:59 +0300 |
---|---|---|
committer | Erik Lumme <erik@vaadin.com> | 2017-09-18 10:51:59 +0300 |
commit | 9dff60d10a06330c875a19f21c637494cd30f40b (patch) | |
tree | f80cb8f1ad5cfff34065fb33d7de04c396a25ed0 | |
parent | f08a6a8ac783e6800659a8c77b592e7b35d16419 (diff) | |
download | vaadin-framework-9dff60d10a06330c875a19f21c637494cd30f40b.tar.gz vaadin-framework-9dff60d10a06330c875a19f21c637494cd30f40b.zip |
Remove migration error message
-rw-r--r-- | documentation/articles/UsingDeclarativeServices.asciidoc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/documentation/articles/UsingDeclarativeServices.asciidoc b/documentation/articles/UsingDeclarativeServices.asciidoc index a0860518ad..adcdc3426c 100644 --- a/documentation/articles/UsingDeclarativeServices.asciidoc +++ b/documentation/articles/UsingDeclarativeServices.asciidoc @@ -13,8 +13,6 @@ instance service A requires 1:1 of service C. Thus service A will not be activated before service C is injected properly. This short overview of OSGi-DS is enough to understand the example defined below. -[Error: Macro 'TableOfContents' doesn't exist] - [[setup-example]] Setup example ~~~~~~~~~~~~~ |