correct comment
[jabaws.git] / webservices / compbio / data / msa / MsaWS.java
index d5b64f8..f207a30 100644 (file)
@@ -1,6 +1,6 @@
-/* Copyright (c) 2009 Peter Troshin\r
+/* Copyright (c) 2011 Peter Troshin\r
  *  \r
- *  JAva Bioinformatics Analysis Web Services (JABAWS) @version: 1.0   \r
+ *  JAva Bioinformatics Analysis Web Services (JABAWS) @version: 2.0     \r
  * \r
  *  This library is free software; you can redistribute it and/or modify it under the terms of the\r
  *  Apache License version 2 as published by the Apache Software Foundation\r
@@ -44,8 +44,8 @@ import compbio.metadata.WrongParameterException;
  * @param <T>\r
  *            executable type / web service type\r
  */\r
-@WebService(targetNamespace = "http://msa.data.compbio/01/12/2010/")\r
-public interface MsaWS<T> extends JManagement, Metadata<T> {\r
+@WebService(targetNamespace = "http://msa.data.compbio/01/01/2010/")\r
+public interface MsaWS<T> extends JABAService, JManagement, Metadata<T> {\r
 \r
        /**\r
         * Align a list of sequences with default settings.\r
@@ -56,7 +56,7 @@ public interface MsaWS<T> extends JManagement, Metadata<T> {
         * JobSubmissionException will be thrown.\r
         * \r
         * @param sequences\r
-        *            List of FastaSequence objects. The programme does not perform\r
+        *            List of FastaSequence objects. The program does not perform\r
         *            any sequence validity checks. Nor does it checks whether the\r
         *            sequences names are unique. It is responsibility of the caller\r
         *            to make sure of this\r