Skip to content

Commit 9007ed9

Browse files
committed
Update javadoc
1 parent 0d0b9b5 commit 9007ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mvvm4fx-core/src/main/java/com/techsenger/mvvm4fx/core/ComponentDescriptor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public interface ComponentDescriptor {
4141
UUID getUuid();
4242

4343
/**
44-
* Returns a human-readable identifier that combines the component type and its UUID. For example:
44+
* Returns a human-readable identifier that combines the component name and its UUID. For example:
4545
* {@code TextEditorTab#A0A0A0A0}.
4646
*
4747
* @return the full name of this component instance

0 commit comments

Comments
 (0)