diff --git a/uk/ac/sanger/artemis/io/QualifierVector.java b/uk/ac/sanger/artemis/io/QualifierVector.java
index b135ef036c4d8102248112cfcac053497b348236..d8cf9db3776b0d81116f5dcae14195c509e957ea 100644
--- a/uk/ac/sanger/artemis/io/QualifierVector.java
+++ b/uk/ac/sanger/artemis/io/QualifierVector.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/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;
@@ -37,7 +37,7 @@ import java.io.IOException;
* differently to the Vector class (see addElement() and replaceElement()).
*
* @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
*/
public QualifierVector()
{
- super(5);
+ super(7);
}