Improve comment
authorMathieu Baudier <mbaudier@argeo.org>
Mon, 2 May 2011 14:38:16 +0000 (14:38 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Mon, 2 May 2011 14:38:16 +0000 (14:38 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@4489 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

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;