Skip to content
Snippets Groups Projects
Commit 6766cb08 authored by tjc's avatar tjc
Browse files

set initial size of this vector

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@2178 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 984b2ced
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
* *
* $Header: //tmp/pathsoft/artemis/uk/ac/sanger/artemis/io/QualifierVector.java,v 1.5 2005-01-06 11:34:31 tjc Exp $ * $Header: //tmp/pathsoft/artemis/uk/ac/sanger/artemis/io/QualifierVector.java,v 1.6 2005-01-06 11:35:11 tjc Exp $
*/ */
package uk.ac.sanger.artemis.io; package uk.ac.sanger.artemis.io;
...@@ -37,7 +37,7 @@ import java.io.IOException; ...@@ -37,7 +37,7 @@ import java.io.IOException;
* differently to the Vector class (see addElement() and replaceElement()). * differently to the Vector class (see addElement() and replaceElement()).
* *
* @author Kim Rutherford * @author Kim Rutherford
* @version $Id: QualifierVector.java,v 1.5 2005-01-06 11:34:31 tjc Exp $ * @version $Id: QualifierVector.java,v 1.6 2005-01-06 11:35:11 tjc Exp $
* *
*/ */
...@@ -48,7 +48,7 @@ public class QualifierVector extends Vector ...@@ -48,7 +48,7 @@ public class QualifierVector extends Vector
*/ */
public QualifierVector() public QualifierVector()
{ {
super(5); super(7);
} }
......
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