Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.gastro.rcp/src/org/gastro/internal/rcp/Model.java')
-rw-r--r--plugins/org.gastro.rcp/src/org/gastro/internal/rcp/Model.java7
1 files changed, 5 insertions, 2 deletions
diff --git a/plugins/org.gastro.rcp/src/org/gastro/internal/rcp/Model.java b/plugins/org.gastro.rcp/src/org/gastro/internal/rcp/Model.java
index 0fcf60982a..00f211a90a 100644
--- a/plugins/org.gastro.rcp/src/org/gastro/internal/rcp/Model.java
+++ b/plugins/org.gastro.rcp/src/org/gastro/internal/rcp/Model.java
@@ -4,10 +4,10 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Eike Stepper - initial API and implementation
- *
+ *
* Initial Publication:
* Eclipse Magazin - http://www.eclipse-magazin.de
*/
@@ -43,6 +43,9 @@ import org.gastro.rcp.IModel;
import java.text.SimpleDateFormat;
import java.util.Date;
+/**
+ * @author Eike Stepper
+ */
public class Model extends Lifecycle implements IModel
{
public static final Model INSTANCE = new Model();

Back to the top