Skip to content
Snippets Groups Projects
Commit 5efe86af authored by tjc's avatar tjc
Browse files

make protected

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@5898 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 6adc2f67
No related branches found
No related tags found
No related merge requests found
......@@ -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.9 2006-03-13 11:53:54 tjc Exp $
* $Header: //tmp/pathsoft/artemis/uk/ac/sanger/artemis/io/LineGroup.java,v 1.10 2007-04-12 10:25:58 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.9 2006-03-13 11:53:54 tjc Exp $
* @version $Id: LineGroup.java,v 1.10 2007-04-12 10:25:58 tjc Exp $
*
*/
......@@ -166,7 +166,7 @@ abstract class LineGroup
* @exception InvalidRelationException Thrown if this Feature cannot contain
* a particular Qualifier.
**/
public static LineGroup readNextLineGroup (LinePushBackReader reader)
protected static LineGroup readNextLineGroup (final LinePushBackReader reader)
throws IOException, InvalidRelationException
{
......@@ -245,7 +245,7 @@ abstract class LineGroup
/**
* Return the embl line type of the line contained in the argument String.
*/
public static int getLineType(String line)
protected static int getLineType(final String line)
{
if(line.startsWith ("<?xml"))
return GAME_XML;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment