From ed036a869f333e824f4e287e75d236d7afb58972 Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Mon, 22 Aug 2016 14:00:22 +0200 Subject: [PATCH] mobile/bind: fix comment Change-Id: I100d1a32da7ec4f6b29f3590f23ca0a9ddbf230a Reviewed-on: https://go-review.googlesource.com/27442 Reviewed-by: David Crawshaw Reviewed-by: Sebastien Binet --- bind/genjava.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bind/genjava.go b/bind/genjava.go index 7053abb..58e9c23 100644 --- a/bind/genjava.go +++ b/bind/genjava.go @@ -16,8 +16,8 @@ import ( // TODO(crawshaw): consider introducing Java functions for casting to and from interfaces at runtime. type JavaGen struct { - // javaPkg is the custom name of the Java pkg that contains the generated classes. If empty, - // use a package name generated from the Go package name. + // JavaPkg is the Java package prefix for the generated classes. The prefix is prepended to the Go + // package name to create the full Java package name. If JavaPkg is empty, 'go' is used as prefix. JavaPkg string *Generator