We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d0b9b5 commit 9007ed9Copy full SHA for 9007ed9
mvvm4fx-core/src/main/java/com/techsenger/mvvm4fx/core/ComponentDescriptor.java
@@ -41,7 +41,7 @@ public interface ComponentDescriptor {
41
UUID getUuid();
42
43
/**
44
- * Returns a human-readable identifier that combines the component type and its UUID. For example:
+ * Returns a human-readable identifier that combines the component name and its UUID. For example:
45
* {@code TextEditorTab#A0A0A0A0}.
46
*
47
* @return the full name of this component instance
0 commit comments