commit: 6e455028176c1ec4c470d41c827672c3ff2dad57
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 22 12:43:48 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Oct 22 12:44:50 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e455028
eclass: Fix varaible name in docs string
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
eclass/java-pkg-simple.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/java-pkg-simple.eclass b/eclass/java-pkg-simple.eclass
index db1ea66..48d0757 100644
--- a/eclass/java-pkg-simple.eclass
+++ b/eclass/java-pkg-simple.eclass
@@ -59,7 +59,7 @@ S="${WORKDIR}"
# JAVA_SRC_DIR="src/java/org/gentoo"
# @CODE
-# @ECLASS-VARIABLE: JAVA_SRC_DIR
+# @ECLASS-VARIABLE: JAVA_ENCODING
# @DESCRIPTION:
# The character encoding used in the source files.
: ${JAVA_ENCODING:=UTF-8}