analysis: Move plugins to their own sub-directory
[deliverable/tracecompass.git] / org.eclipse.tracecompass.tmf.ui / src / org / eclipse / tracecompass / tmf / ui / widgets / timegraph / model / EventIterator.java
index f4119b53fb8ee79c82f6959d23c5e9a6cfd38ea3..fe39819d34bc0fb3b3a81330656cf9caef8eab4b 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2012, 2013 Ericsson
+ * Copyright (c) 2012, 2014 Ericsson
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -20,7 +20,6 @@ import java.util.NoSuchElementException;
 /**
  * An iterator for time events. Events from the zoomed event list override any
  * events from the underlying event list.
- * @since 2.0
  */
 public class EventIterator implements Iterator<ITimeEvent> {
 
This page took 0.02684 seconds and 5 git commands to generate.