tmf: Update copyright headers in tmf.ui
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui.tests / src / org / eclipse / linuxtools / tmf / ui / tests / views / uml2sd / loader / Uml2SDTestTimestamp.java
index 0484fde392566f2df8294ff5e571f8ed3ea59466..4e7a8521901b4e4a79b6045b980d07084ef6fb5f 100644 (file)
@@ -1,18 +1,24 @@
 /*******************************************************************************
- * Copyright (c) 2011, 2012 Ericsson
- * 
+ * Copyright (c) 2011, 2013 Ericsson
+ *
  * All rights reserved. This program and the accompanying materials 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:
  *   Bernd Hufmann - Initial API and implementation
  *******************************************************************************/
 package org.eclipse.linuxtools.tmf.ui.tests.views.uml2sd.loader;
 
-import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
+import org.eclipse.linuxtools.tmf.core.timestamp.TmfTimestamp;
 
+/**
+ * Timestamp implementation for UML2SD test cases.
+ *
+ * @author Bernd Hufmann
+ *
+ */
 public class Uml2SDTestTimestamp extends TmfTimestamp {
     // ------------------------------------------------------------------------
     // Attributes
@@ -22,6 +28,10 @@ public class Uml2SDTestTimestamp extends TmfTimestamp {
     // Constructors
     // ------------------------------------------------------------------------
 
+    /**
+     * Constructor
+     * @param value time as long value (nanoseconds)
+     */
     public Uml2SDTestTimestamp(long value) {
         super(value, IUml2SDTestConstants.TIME_SCALE);
     }
This page took 0.024189 seconds and 5 git commands to generate.