commit | d4ac53c69aa7ad0a4c4f7d2e7018bfbe3c35b06b | [log] [tgz] |
---|---|---|
author | Pierre De Rop <pderop@apache.org> | Sun Jul 04 21:27:13 2010 +0000 |
committer | Pierre De Rop <pderop@apache.org> | Sun Jul 04 21:27:13 2010 +0000 |
tree | 583caed041be1ae918bdd49c37aa414cb76d3a8c | |
parent | 9eca99bfc38ab59413f8e854070a70d11c8e5851 [diff] |
minor comment fix git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@960402 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/dependencymanager/samples.annotation/src/main/java/org/apache/felix/dm/samples/annotation/DictionaryAspect.java b/dependencymanager/samples.annotation/src/main/java/org/apache/felix/dm/samples/annotation/DictionaryAspect.java index ff65610..88567d4 100644 --- a/dependencymanager/samples.annotation/src/main/java/org/apache/felix/dm/samples/annotation/DictionaryAspect.java +++ b/dependencymanager/samples.annotation/src/main/java/org/apache/felix/dm/samples/annotation/DictionaryAspect.java
@@ -22,8 +22,8 @@ import org.osgi.service.log.LogService; /** - * This aspect applies to the English DictionaryService, and allow to decorate it with some - * custom english words, which are configurable from webconsole. + * This aspect applies to the English DictionaryService, and allows to decorate it with some + * custom English words, which are configurable from WebConsole. */ @AspectService(ranking = 10, filter = "(lang=en)") public class DictionaryAspect implements DictionaryService