all: fix some comments

Change-Id: Idd6568edd3910379c0d558fd79679dbdb589fab1
Reviewed-on: https://go-review.googlesource.com/c/mobile/+/713082
Reviewed-by: David Chase <drchase@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Hajime Hoshi <hajimehoshi@gmail.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
This commit is contained in:
cuishuang
2025-10-21 08:11:56 -07:00
committed by Gopher Robot
parent 8baca8bf4e
commit 188f512ec8
6 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ type javaClassInfo struct {
genNoargCon bool
}
// Init intializes the embedded Generator and initializes the Java class information
// Init initializes the embedded Generator and initializes the Java class information
// needed to generate structs that extend Java classes and interfaces.
func (g *JavaGen) Init(classes []*java.Class) {
g.Generator.Init()