Skip to content

Commit

Permalink
remove override
Browse files Browse the repository at this point in the history
  • Loading branch information
hknots committed Jul 23, 2024
1 parent 0ddd5af commit 71f528c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion generate/java/java_class_tpl.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ public {{- if .Abstract }} abstract {{- end }} class {{ .Name }} {{ if .Extends
}
{{- end }}
@Override
public boolean isWriteable() {
return this.writeable;
}
Expand Down

0 comments on commit 71f528c

Please sign in to comment.