Improve comment
[lgpl/argeo-commons.git] / eclipse / runtime / org.argeo.eclipse.ui.jcr / src / main / java / org / argeo / eclipse / ui / jcr / editors / NodeEditorInput.java
index 18718388b897398a5cfed44be36d6506460e78d1..737613550bf4fd3da5d0a11f44f18384fa2826d3 100644 (file)
@@ -4,6 +4,7 @@ import org.eclipse.jface.resource.ImageDescriptor;
 import org.eclipse.ui.IEditorInput;
 import org.eclipse.ui.IPersistableElement;
 
+/** A canonical editor input based on a path to a node. */
 public class NodeEditorInput implements IEditorInput {
        private final String path;