Merge "Fix godoc typos." am: d999938ab0
am: 6df5275646
am: b89f8537cc
am: 0a12cee3aa
Original change: https://android-review.googlesource.com/c/platform/build/+/2628611 Change-Id: Ie4d9a20f5ccf30c56fe09555e0d6da0b6f5db240 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -63,12 +63,12 @@ func (pm *ProjectMetadata) Project() string {
|
||||
return pm.project
|
||||
}
|
||||
|
||||
// ProjectName returns the name of the project.
|
||||
// Name returns the name of the project.
|
||||
func (pm *ProjectMetadata) Name() string {
|
||||
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 {
|
||||
tp := pm.proto.GetThirdParty()
|
||||
if tp != nil {
|
||||
|
Reference in New Issue
Block a user