Browse Source
A project's name attribute is required according to repo's doc/manifest-format.txt: <!ELEMENT project (annotation*, project*)> <!ATTLIST project name CDATA #REQUIRED> Enforcing this in code makes reading easier (in particular making it clearer that getName() and getPath() can never return null). Change-Id: I8c7014dd6042183d7fecb2202af5acdc384aa8e4 Signed-off-by: Jonathan Nieder <jrn@google.com>stable-4.1
Jonathan Nieder
10 years ago
2 changed files with 6 additions and 0 deletions
Loading…
Reference in new issue