From dd81ebb279784214b0e757b19e19348263f50f1e Mon Sep 17 00:00:00 2001 From: tcarver <tjc> Date: Mon, 12 Aug 2013 15:36:01 +0100 Subject: [PATCH] tidy --- uk/ac/sanger/artemis/components/ComparatorGlue.java | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/uk/ac/sanger/artemis/components/ComparatorGlue.java b/uk/ac/sanger/artemis/components/ComparatorGlue.java index 35266c0ee..485ff98ba 100644 --- a/uk/ac/sanger/artemis/components/ComparatorGlue.java +++ b/uk/ac/sanger/artemis/components/ComparatorGlue.java @@ -28,12 +28,8 @@ package uk.ac.sanger.artemis.components; import uk.ac.sanger.artemis.*; import uk.ac.sanger.artemis.sequence.*; -import uk.ac.sanger.artemis.util.ReadOnlyException; import uk.ac.sanger.artemis.util.OutOfRangeException; -import java.util.*; -import java.awt.*; - import javax.swing.*; /** @@ -353,12 +349,12 @@ public class ComparatorGlue { } } - /** +/* *//** * Send an event to those object listening for it. * @param listeners A Vector of the objects that the event should be sent * to. * @param event The event to send - **/ + **//* private void fireAction (final Vector listeners, final EventObject event) { final Vector targets; // copied from a book - synchronising the whole method might cause a @@ -377,7 +373,7 @@ public class ComparatorGlue { throw new Error ("EntryEdit.fireAction () - unknown event"); } } - } + }*/ /** * Return the forward Strand of the subject EntryGroup from when the -- GitLab