Clean up code
[lgpl/argeo-commons.git] / org.argeo.eclipse.ui.workbench / src / org / argeo / eclipse / ui / workbench / jcr / internal / GenericNodeDoubleClickListener.java
index 23c9b8eed913db02214830c074cb0dc8bc532029..5c030c11a3fd2004ba89785acc112d356930090e 100644 (file)
@@ -77,8 +77,8 @@ public class GenericNodeDoubleClickListener implements IDoubleClickListener {
                        try {
                                if (node.isNodeType(NodeType.NT_FILE)) {
                                        // double click on a file node triggers its opening
-                                       String name = node.getName();
-                                       String id = node.getIdentifier();
+                                       // String name = node.getName();
+                                       // String id = node.getIdentifier();
 
                                        // TODO add integration of direct retrieval of the binary in
                                        // a JCR repo.