FeatureColourI removed
[jalview.git] / src / jalview / gui / OOMWarning.java
index a2d1ede..6647f47 100644 (file)
@@ -38,7 +38,7 @@ public class OOMWarning implements Runnable
    * @param oomex -\r
    *                the actual exception - to be written to stderr or debugger.\r
    */\r
-  OOMWarning(String action, OutOfMemoryError oomex, Component instance)\r
+  OOMWarning(final String action, final OutOfMemoryError oomex, final Component instance)\r
   {\r
     this.action = action;\r
     desktop = instance;\r