mirror of
https://github.com/netbirdio/gomobile-tvos-fork.git
synced 2026-05-22 18:43:29 -07:00
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:
+1
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user