Skip to content

Commit 64dd670

Browse files
committed
Improve javadoc entry
1 parent ff17ed1 commit 64dd670

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

buildSrc/src/main/groovy/MuzzlePlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ class MuzzleDirective {
371371
/**
372372
* Slug of directive name.
373373
*
374-
* @return
374+
* @return A slug of the name or an empty string if name is empty. E.g. 'My Directive' --> 'My-Directive'
375375
*/
376376
String getNameSlug() {
377377
if (null == name) {

0 commit comments

Comments
 (0)