Make LostEventDeclaration final
authorMatthew Khouzam <matthew.khouzam@ericsson.com>
Fri, 22 Jan 2016 04:20:27 +0000 (23:20 -0500)
committerMatthew Khouzam <matthew.khouzam@ericsson.com>
Fri, 22 Jan 2016 18:53:41 +0000 (13:53 -0500)
Classes with only private constructors should be final.

Change-Id: Ib4d9344fcf5c65449eb84e04d970b90016d683af
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/64944
Reviewed-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
ctf/org.eclipse.tracecompass.ctf.core/src/org/eclipse/tracecompass/internal/ctf/core/event/LostEventDeclaration.java

index 77a7eb9c6bdf8e33fb9da23f0768e47d03dc582c..885207b2bc5a99b2fe7e34ed5495bad2b14d5cec 100644 (file)
@@ -29,7 +29,7 @@ import org.eclipse.tracecompass.ctf.core.trace.ICTFStream;
  * @author Matthew Khouzam
  * @since 1.0
  */
-public class LostEventDeclaration implements IEventDeclaration {
+public final class LostEventDeclaration implements IEventDeclaration {
 
     /**
      * Id of lost events
This page took 0.024644 seconds and 5 git commands to generate.