Skip to content

Commit 99c1aa2

Browse files
Vlatombejglick
andauthored
Improve javadoc
Co-authored-by: Jesse Glick <jglick@cloudbees.com>
1 parent bedb579 commit 99c1aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/jenkins/model/FullyNamedModelObject.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public interface FullyNamedModelObject extends ModelObject {
1717
/**
1818
* Works like {@link #getDisplayName()} but return
1919
* the full path that includes all the display names
20-
* of the ancestors.
20+
* of the ancestors in an unspecified format.
2121
*/
2222
String getFullDisplayName();
2323
}

0 commit comments

Comments
 (0)