Merge "Fix godoc typos." am: d999938ab0
Original change: https://android-review.googlesource.com/c/platform/build/+/2628611 Change-Id: I7a4b16d885e777143143d8beeffea38ddd77b6e3 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
6df5275646
1 changed files with 2 additions and 2 deletions
|
@ -63,12 +63,12 @@ func (pm *ProjectMetadata) Project() string {
|
||||||
return pm.project
|
return pm.project
|
||||||
}
|
}
|
||||||
|
|
||||||
// ProjectName returns the name of the project.
|
// Name returns the name of the project.
|
||||||
func (pm *ProjectMetadata) Name() string {
|
func (pm *ProjectMetadata) Name() string {
|
||||||
return pm.proto.GetName()
|
return pm.proto.GetName()
|
||||||
}
|
}
|
||||||
|
|
||||||
// ProjectVersion returns the version of the project if available.
|
// Version returns the version of the project if available.
|
||||||
func (pm *ProjectMetadata) Version() string {
|
func (pm *ProjectMetadata) Version() string {
|
||||||
tp := pm.proto.GetThirdParty()
|
tp := pm.proto.GetThirdParty()
|
||||||
if tp != nil {
|
if tp != nil {
|
||||||
|
|
Loading…
Reference in a new issue