Repository: karaf
Updated Branches:
  refs/heads/master b95fda354 -> b97145acd


Revert "Fixed typo in javadoc"

This reverts commit b95fda354b618a5fa75b57f0400719e47cb7f91f.


Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/b97145ac
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/b97145ac
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/b97145ac

Branch: refs/heads/master
Commit: b97145acd051f3fec3ca7b45f67b8ebd610a588f
Parents: b95fda3
Author: Jean-Baptiste Onofré <[email protected]>
Authored: Sat Jan 9 11:22:52 2016 +0100
Committer: Jean-Baptiste Onofré <[email protected]>
Committed: Sat Jan 9 11:22:52 2016 +0100

----------------------------------------------------------------------
 .../org/apache/karaf/shell/api/action/lifecycle/Reference.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/b97145ac/shell/core/src/main/java/org/apache/karaf/shell/api/action/lifecycle/Reference.java
----------------------------------------------------------------------
diff --git 
a/shell/core/src/main/java/org/apache/karaf/shell/api/action/lifecycle/Reference.java
 
b/shell/core/src/main/java/org/apache/karaf/shell/api/action/lifecycle/Reference.java
index 13665dc..8239f7d 100644
--- 
a/shell/core/src/main/java/org/apache/karaf/shell/api/action/lifecycle/Reference.java
+++ 
b/shell/core/src/main/java/org/apache/karaf/shell/api/action/lifecycle/Reference.java
@@ -25,7 +25,7 @@ import java.lang.annotation.Target;
 
 /**
  * A class annotated with {@link @Service} can have fields
- * annotated with <code>@Reference</code> in which case matching
+ * annotated with <code>@Service</code> in which case matching
  * services will be retrieved from the
  * {@link org.apache.karaf.shell.api.console.Registry} and
  * injected.

Reply via email to