From eb6464ea008df44536b6b552000ac5a8643bdfec Mon Sep 17 00:00:00 2001
From: tjc <tjc@ee4ac58c-ac51-4696-9907-e4b3aa274f04>
Date: Tue, 20 Feb 2007 14:39:21 +0000
Subject: [PATCH] tidy

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@5429 ee4ac58c-ac51-4696-9907-e4b3aa274f04
---
 uk/ac/sanger/artemis/components/EntryFileDialog.java | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/uk/ac/sanger/artemis/components/EntryFileDialog.java b/uk/ac/sanger/artemis/components/EntryFileDialog.java
index 549ab4807..957fc82ff 100644
--- a/uk/ac/sanger/artemis/components/EntryFileDialog.java
+++ b/uk/ac/sanger/artemis/components/EntryFileDialog.java
@@ -20,7 +20,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
- * $Header: //tmp/pathsoft/artemis/uk/ac/sanger/artemis/components/EntryFileDialog.java,v 1.5 2005-10-11 14:20:31 tjc Exp $
+ * $Header: //tmp/pathsoft/artemis/uk/ac/sanger/artemis/components/EntryFileDialog.java,v 1.6 2007-02-20 14:39:21 tjc Exp $
  */
 
 package uk.ac.sanger.artemis.components;
@@ -41,12 +41,14 @@ import javax.swing.*;
  *  This class is a JFileChooser that can read EMBL Entry objects.
  *
  *  @author Kim Rutherford
- *  @version $Id: EntryFileDialog.java,v 1.5 2005-10-11 14:20:31 tjc Exp $
+ *  @version $Id: EntryFileDialog.java,v 1.6 2007-02-20 14:39:21 tjc Exp $
  **/
 
 public class EntryFileDialog extends StickyFileChooser 
 {
 
+  /** */
+  private static final long serialVersionUID = 1L;
   /** JFrame reference that was passed to the constructor. */
   private JFrame owner = null;
 
@@ -441,6 +443,7 @@ public class EntryFileDialog extends StickyFileChooser
           final YesNoDialog yes_no_dialog = new YesNoDialog(owner,
                              "destination format can't handle all " +
                              "keys/qualifiers - continue?");
+          
           if(yes_no_dialog.getResult()) 
           {
             try 
-- 
GitLab