comparison src/main/groovy/org/ssdt_ohio/gradle/doc/tools/UserClassDocProxy.groovy @ 16:8400a7db1330

USASR-1307: update templates to groovydoc 2.3.6
author smith@nwoca.org
date Wed, 31 Dec 2014 22:35:45 +0000
parents e3c55e83c9a4
children e8e14d5d6be2
comparison
equal deleted inserted replaced
15:e3c55e83c9a4 16:8400a7db1330
16 !p.isTransient() 16 !p.isTransient()
17 } 17 }
18 18
19 } 19 }
20 20
21 def propertyMissing(String name) { getAdaptee()."$name" }
22
21 } 23 }