Clean up code
authorMathieu Baudier <mbaudier@argeo.org>
Sat, 14 Feb 2015 12:23:16 +0000 (12:23 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Sat, 14 Feb 2015 12:23:16 +0000 (12:23 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@7865 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

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.