From e50c91399cff6e29bc42f2696c02b33202bece1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= Date: Wed, 14 Jan 2026 18:22:24 +0100 Subject: [PATCH] java-osgi.eclass: Fix typo in function documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ulrich Müller --- 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 172b42225c6ec..114790d824bfc 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:
# @DESCRIPTION: # Rewrites a jar, and produce an OSGi compliant jar from arguments given on the command line.