From c79d7f043c3943dba7e2c88e5f3e784a3b7f494c Mon Sep 17 00:00:00 2001 From: Peter Donald Date: Mon, 18 Feb 2002 08:38:09 +0000 Subject: [PATCH] Move static above instance variables git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271401 13f79535-47bb-0310-9956-ffa450edef68 --- .../myrmidon/components/embeddor/DefaultEmbeddor.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/components/embeddor/DefaultEmbeddor.java b/proposal/myrmidon/src/java/org/apache/myrmidon/components/embeddor/DefaultEmbeddor.java index 65beae737..3e8acc84d 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/components/embeddor/DefaultEmbeddor.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/components/embeddor/DefaultEmbeddor.java @@ -58,6 +58,9 @@ public class DefaultEmbeddor private final static Resources REZ = ResourceManager.getPackageResources( DefaultEmbeddor.class ); + /** Package containing the default component implementations. */ + private static final String PREFIX = "org.apache.myrmidon.components."; + private Deployer m_deployer; private TypeManager m_typeManager; @@ -69,9 +72,6 @@ public class DefaultEmbeddor private File m_homeDir; private File m_taskLibDir; - /** Package containing the default component implementations. */ - private static final String PREFIX = "org.apache.myrmidon.components."; - /** * Setup basic properties of engine. * Called before init() and can be used to specify alternate components in system.