Change //IoC to DEPENDENCY INJECTION
authorBruno Sinou <bsinou@argeo.org>
Sun, 29 May 2011 11:14:39 +0000 (11:14 +0000)
committerBruno Sinou <bsinou@argeo.org>
Sun, 29 May 2011 11:14:39 +0000 (11:14 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@4545 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/editors/AbstractJcrQueryEditor.java

index 482f9f9d4b69879ee1e56e3c367b4bfb1d949337..7927046a90df734361a79a5efc9da2282d3592dd 100644 (file)
@@ -42,7 +42,7 @@ public abstract class AbstractJcrQueryEditor extends EditorPart {
        protected String initialQuery;
        protected String initialQueryType;
 
-       // IoC
+       /** DEPENDENCY INJECTION */
        private Session session;
 
        private TableViewer viewer;