Improve javadoc entry

This commit is contained in:
Luca Abbati 2019-03-29 17:18:53 +01:00
parent ff17ed166b
commit 64dd67024f
No known key found for this signature in database
GPG Key ID: 9BFAA49883C599C5
1 changed files with 1 additions and 1 deletions

View File

@ -371,7 +371,7 @@ class MuzzleDirective {
/**
* Slug of directive name.
*
* @return
* @return A slug of the name or an empty string if name is empty. E.g. 'My Directive' --> 'My-Directive'
*/
String getNameSlug() {
if (null == name) {