From: Bruno Sinou Date: Sun, 29 May 2011 11:14:39 +0000 (+0000) Subject: Change //IoC to DEPENDENCY INJECTION X-Git-Tag: argeo-commons-2.1.30~1244 X-Git-Url: https://git.argeo.org/?a=commitdiff_plain;h=72418d3d30f5ca37108e44130983cacf62176e5a;p=lgpl%2Fargeo-commons.git Change //IoC to DEPENDENCY INJECTION git-svn-id: https://svn.argeo.org/commons/trunk@4545 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- diff --git a/eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/editors/AbstractJcrQueryEditor.java b/eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/editors/AbstractJcrQueryEditor.java index 482f9f9d4..7927046a9 100644 --- a/eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/editors/AbstractJcrQueryEditor.java +++ b/eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/editors/AbstractJcrQueryEditor.java @@ -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;