You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2023/10/21 06:02:00 UTC

[karaf] branch main updated: fix a typo in javadoc

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/main by this push:
     new 054a922922 fix a typo in javadoc
     new e7578b2f7e Merge pull request #1786 from dsqrt4/patch-1
054a922922 is described below

commit 054a922922613c23bda01374772aa03d1296b9ad
Author: dsqrt4 <44...@users.noreply.github.com>
AuthorDate: Fri Oct 20 22:22:34 2023 +0200

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

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 c37a9b910a..86091da1e6 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>@Service</code> in which case matching
+ * annotated with <code>@Reference</code> in which case matching
  * services will be retrieved from the
  * {@link org.apache.karaf.shell.api.console.Registry} and
  * injected.