[Bug309042] Improved code coverage, JUnit + minor bug fixes
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf / src / org / eclipse / linuxtools / tmf / trace / ITmfLocation.java
index e7ed3cc9972d86e3dc94f13458fc69c84497deaf..20b20caf5e400be810c05df4bbf4591f513ba319 100644 (file)
@@ -17,7 +17,7 @@ package org.eclipse.linuxtools.tmf.trace;
  * <p>
  * This is a place-holder for the location objects.
  */
-public interface ITmfLocation<L> extends Cloneable{
+public interface ITmfLocation<L> extends Cloneable {
 
        public void setLocation(L location);
 
This page took 0.023709 seconds and 5 git commands to generate.