ss: Move plugins to Trace Compass namespace
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / signal / TmfEndSynchSignal.java
index 620e4bfca888b86690f9f39223f67e9127ae3032..f4a0f4203b45c9a6168aebfa64d1f4bb1baf94e5 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2010 Ericsson
+ * Copyright (c) 2009, 2012 Ericsson
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -26,8 +26,8 @@ public class TmfEndSynchSignal extends TmfSignal {
      * @param synchId
      *            The ID assigned to this signal
      */
-       public TmfEndSynchSignal(int synchId) {
-               super(null, synchId);
-       }
+    public TmfEndSynchSignal(int synchId) {
+        super(null, synchId);
+    }
 
 }
This page took 0.025046 seconds and 5 git commands to generate.