performed javacscript:fix and worked on documentation
[taxeditor.git] / taxeditor-application / src / main / java / eu / etaxonomy / taxeditor / Application.java
index 96016ec0a188fa01d9df6901d9fca50cd4d0afb3..1359050e54afb12109c3d3422bd49789d729da25 100644 (file)
@@ -8,12 +8,16 @@ import org.eclipse.ui.PlatformUI;
 
 /**
  * This class controls all aspects of the application's execution
+ *
+ * @author n.hoffmann
+ * @version $Id: $
  */
 public class Application implements IApplication {
 
        /* (non-Javadoc)
         * @see org.eclipse.equinox.app.IApplication#start(org.eclipse.equinox.app.IApplicationContext)
         */
+       /** {@inheritDoc} */
        public Object start(IApplicationContext context) {
                Display display = PlatformUI.createDisplay();
                try {
@@ -30,6 +34,9 @@ public class Application implements IApplication {
        /* (non-Javadoc)
         * @see org.eclipse.equinox.app.IApplication#stop()
         */
+       /**
+        * <p>stop</p>
+        */
        public void stop() {
                final IWorkbench workbench = PlatformUI.getWorkbench();
                if (workbench == null)