tmf: Update Javadoc throughout tmf.ui
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / widgets / timegraph / model / TimeEvent.java
index ee58e9077213f6a89507fc1a4e1561bbc52ec2e4..69d1dcd0b0cf59991bc6e1de96dd947bd26c3a40 100644 (file)
@@ -1,17 +1,23 @@
 /*******************************************************************************\r
  * Copyright (c) 2012 Ericsson\r
- * \r
+ *\r
  * All rights reserved. This program and the accompanying materials are\r
  * made available under the terms of the Eclipse Public License v1.0 which\r
  * accompanies this distribution, and is available at\r
  * http://www.eclipse.org/legal/epl-v10.html\r
- * \r
+ *\r
  * Contributors:\r
  *   Patrick Tasse - Initial API and implementation\r
  *******************************************************************************/\r
 \r
 package org.eclipse.linuxtools.tmf.ui.widgets.timegraph.model;\r
 \r
+/**\r
+ * Generic TimeEvent implementation\r
+ *\r
+ * @version 1.0\r
+ * @author Patrick Tasse\r
+ */\r
 public class TimeEvent implements ITimeEvent {\r
     protected ITimeGraphEntry fEntry;\r
     protected long fTime;\r
This page took 0.025818 seconds and 5 git commands to generate.