Improve javadoc entry
This commit is contained in:
parent
ff17ed166b
commit
64dd67024f
|
@ -371,7 +371,7 @@ class MuzzleDirective {
|
||||||
/**
|
/**
|
||||||
* Slug of directive name.
|
* 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() {
|
String getNameSlug() {
|
||||||
if (null == name) {
|
if (null == name) {
|
||||||
|
|
Loading…
Reference in New Issue