From 62100e1da4b31491aabfc5adc87f9b7608a313cc Mon Sep 17 00:00:00 2001 From: tjc <tjc@ee4ac58c-ac51-4696-9907-e4b3aa274f04> Date: Wed, 15 Jun 2005 19:44:26 +0000 Subject: [PATCH] EMBL allows * git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@2877 ee4ac58c-ac51-4696-9907-e4b3aa274f04 --- uk/ac/sanger/artemis/io/LineGroup.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/uk/ac/sanger/artemis/io/LineGroup.java b/uk/ac/sanger/artemis/io/LineGroup.java index d9c4bc134..159120406 100644 --- a/uk/ac/sanger/artemis/io/LineGroup.java +++ b/uk/ac/sanger/artemis/io/LineGroup.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/io/LineGroup.java,v 1.5 2005-06-14 08:18:41 tjc Exp $ + * $Header: //tmp/pathsoft/artemis/uk/ac/sanger/artemis/io/LineGroup.java,v 1.6 2005-06-15 19:44:26 tjc Exp $ */ package uk.ac.sanger.artemis.io; @@ -37,7 +37,7 @@ import uk.ac.sanger.artemis.util.LinePushBackReader; * that start with FT. * * @author Kim Rutherford - * @version $Id: LineGroup.java,v 1.5 2005-06-14 08:18:41 tjc Exp $ + * @version $Id: LineGroup.java,v 1.6 2005-06-15 19:44:26 tjc Exp $ * */ @@ -259,7 +259,7 @@ abstract class LineGroup line.length () == 3 && line.endsWith (" ") || line.length () == 4 && line.endsWith (" ") || (line.length () >= 5 && line.substring (2,5).equals (" ") || - line.startsWith("HD * confidential") ))) // EMBL pre-submission line + line.substring (2,5).equals (" * ")) )) // EMBL pre-submission line { if(line.startsWith(EMBL_FEATURE_STRING)) -- GitLab