Removed some more warnings and cleaned more SWT listeners
[Mograsim.git] / plugins / net.mograsim.plugin.core / src / net / mograsim / plugin / asm / editor / AsmAutoEditStrategy.java
index 7198a27..b14ac36 100644 (file)
@@ -29,7 +29,7 @@ public class AsmAutoEditStrategy implements IAutoEditStrategy
                                command.shiftsCaret = false;
                        }
                }
-               catch (BadLocationException e)
+               catch (@SuppressWarnings("unused") BadLocationException e)
                {
                        // ignore
                }