Skip to content

Commit

Permalink
javadoc for the SymmetricEngine
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Oct 20, 2007
1 parent d743048 commit 2c61a5f
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -43,12 +43,12 @@

/**
* This is the preferred way to create, configure, start and manage an instance of
* symmetric. The engine will bootstrap the symmetric.xml Spring context.
* Symmetric. The engine will bootstrap the symmetric.xml Spring context.
* <p/>
* The symmetric instance is configured by properties configuration files. By default the engine
* The Symmetric instance is configured by properties configuration files. By default the engine
* will look for and override existing properties with ones found in the properties files. Symmetric looks
* for: symmetric.properties in the classpath (it will use the first one it finds), symmetric.properties found
* in the user.home system property location. Next, if provided in the constructor of the SymmetricEngine, it will
* for: symmetric.properties in the classpath (it will use the first one it finds), and then for a symmetric.properties found
* in the user.home system property location. Next, if provided, in the constructor of the SymmetricEngine, it will
* locate and use the properties file passed to the engine.
* <p/>
* When the engine is ready to be started, the {@link #start()} method should be called. It should only be called once.
Expand Down

0 comments on commit 2c61a5f

Please sign in to comment.