commit | 465a8f16b33dfb56151da50df13278d138e0243e | [log] [tgz] |
---|---|---|
author | Pierre De Rop <pderop@apache.org> | Fri Aug 13 08:37:09 2010 +0000 |
committer | Pierre De Rop <pderop@apache.org> | Fri Aug 13 08:37:09 2010 +0000 |
tree | ff1e48dc7d9d75fda1cd4efc396d20fbe9c6cadd | |
parent | d498713ed27cdc0babbf8f4d3854ded0a2c26961 [diff] |
replaced misspelled provide attribute by provides attribute git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@985130 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/dependencymanager/samples.annotation/src/main/java/org/apache/felix/dm/samples/annotation/SpellChecker.java b/dependencymanager/samples.annotation/src/main/java/org/apache/felix/dm/samples/annotation/SpellChecker.java index 735382e..ca84602 100644 --- a/dependencymanager/samples.annotation/src/main/java/org/apache/felix/dm/samples/annotation/SpellChecker.java +++ b/dependencymanager/samples.annotation/src/main/java/org/apache/felix/dm/samples/annotation/SpellChecker.java
@@ -35,7 +35,7 @@ * To create a Dictionary Service, you have to go the the web console and define a "Dictionary Services" factory * configuration instance, which will fire an instantiation of the corresponding dictionary service. */ -@Service(provide={SpellChecker.class}, +@Service(provides={SpellChecker.class}, properties={@Property(name=CommandProcessor.COMMAND_SCOPE, value="dmsample.annotation"), @Property(name=CommandProcessor.COMMAND_FUNCTION, values={"spellcheck"})}) public class SpellChecker