ctf.core: making some classes final
[deliverable/tracecompass.git] / ctf / org.eclipse.tracecompass.ctf.core / src / org / eclipse / tracecompass / internal / ctf / core / SafeMappedByteBuffer.java
index 7f25796d883d104aa46e2bd3a2d523b0d0c11e1d..5b14099e6ba65d7b6f902adf893975c0c1ba1710 100644 (file)
@@ -24,7 +24,7 @@ import java.nio.channels.FileChannel;
  *
  * http://bugs.java.com/view_bug.do?bug_id=4715154
  */
-public class SafeMappedByteBuffer {
+public final class SafeMappedByteBuffer {
 
     private static final boolean IS_WIN32 = System.getProperty("os.name").startsWith("Windows");  //$NON-NLS-1$//$NON-NLS-2$
 
This page took 0.024649 seconds and 5 git commands to generate.