fix potential race condition
authorjprocter <Jim Procter>
Tue, 13 Oct 2009 15:09:11 +0000 (15:09 +0000)
committerjprocter <Jim Procter>
Tue, 13 Oct 2009 15:09:11 +0000 (15:09 +0000)
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