]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/editors/GenericBundleEditorInput.java
git-svn-id: https://svn.argeo.org/slc/trunk@6893 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc
[gpl/argeo-slc.git] / plugins / org.argeo.slc.client.ui.dist / src / main / java / org / argeo / slc / client / ui / dist / editors / GenericBundleEditorInput.java
index e0d24c35b9209b026489d5b344a1267d4a29974e..fb9412e9b598ebede1c7d7bd3afffd06d5f82781 100644 (file)
@@ -26,13 +26,12 @@ import org.eclipse.ui.IPersistableElement;
 
 /**
  * An editor input based the JCR node object.
- * */
-
+ */
 public class GenericBundleEditorInput implements IEditorInput, SlcNames {
 
        private final Node artifactNode;
-       // cache key properties at creation time to avoid Exception at recovering time
-       // when the session has been closed
+       // cache key properties at creation time to avoid Exception at recovering
+       // time when the session has been closed
        private String artifactId;
        private String groupId;
        private String version;