Fix warnings from FindBugs
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / util / TmfFixedArray.java
index 140c799ab8339812988c22a423342a5023d22c4b..b55be6dcc1c4c7666415327a13b3fa3a4187ec03 100755 (executable)
@@ -30,7 +30,7 @@ import java.util.RandomAccess;
  *
  * @param <T> Type of the array content.
  */
-public final class TmfFixedArray<T> extends AbstractList<T> implements RandomAccess {
+public final class TmfFixedArray<T> extends AbstractList<T> implements RandomAccess, Cloneable {
     /**
      * Replace {@link java.util.Arrays#copyOf(Object[], int)} that do not exist in java 5.
      * @param <E> Content of the array.
This page took 0.023896 seconds and 5 git commands to generate.