Polish @author tags

Names should be spelled out ('Chris Beams') instead of abbreviated
('cbeams')
This commit is contained in:
Chris Beams
2010-10-27 15:51:06 -04:00
parent 7fc73e1f92
commit a600e5279b
7 changed files with 14 additions and 14 deletions

View File

@@ -30,8 +30,8 @@ task build(dependsOn: assemble) {
* suitable for packaging into a distribution zip or viewing directly with
* a browser.
*
* @author cbeams
* @author ltaylor
* @author Chris Beams
* @author Luke Taylor
* @see http://gradle.org/0.9-rc-1/docs/javadoc/org/gradle/api/tasks/javadoc/Javadoc.html
*/
task api(type: Javadoc) {