commit: e50c91399cff6e29bc42f2696c02b33202bece1f
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 14 17:22:24 2026 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Jan 14 17:22:59 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e50c9139
java-osgi.eclass: Fix typo in function documentation
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
eclass/java-osgi.eclass | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/eclass/java-osgi.eclass b/eclass/java-osgi.eclass
index 172b42225c6e..114790d824bf 100644
--- a/eclass/java-osgi.eclass
+++ b/eclass/java-osgi.eclass
@@ -1,4 +1,4 @@
-# Copyright 2007-2024 Gentoo Authors
+# Copyright 2007-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: java-osgi.eclass
@@ -108,7 +108,7 @@ _java-osgi_makejar() {
rm -rf "${_OSGI_T}/tmp_jar"
}
-# @FUNCTION: @java-osgi_dojar
+# @FUNCTION: java-osgi_dojar
# @USAGE: <jar name> <symbolic name> <bundle name> <header name>
# @DESCRIPTION:
# Rewrites a jar, and produce an OSGi compliant jar from arguments given on
the command line.