[MOBY-guts] biomoby commit
Paul Gordon
gordonp at dev.open-bio.org
Thu Mar 15 17:55:59 UTC 2007
gordonp
Thu Mar 15 13:55:59 EDT 2007
Update of /home/repository/moby/moby-live/Java/src/main/ca/ucalgary/services/util
In directory dev.open-bio.org:/tmp/cvs-serv25802/src/main/ca/ucalgary/services/util
Modified Files:
ACDFile.java
Log Message:
Fixed javadoc typo
moby-live/Java/src/main/ca/ucalgary/services/util ACDFile.java,1.4,1.5
===================================================================
RCS file: /home/repository/moby/moby-live/Java/src/main/ca/ucalgary/services/util/ACDFile.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- /home/repository/moby/moby-live/Java/src/main/ca/ucalgary/services/util/ACDFile.java 2007/03/12 18:51:35 1.4
+++ /home/repository/moby/moby-live/Java/src/main/ca/ucalgary/services/util/ACDFile.java 2007/03/15 17:55:59 1.5
@@ -25,7 +25,7 @@
* Reads an EMBOSS ACD file and populates data structures representing the sections of the file
* (see the getXXXSection() methods).
*
- * @throw Exception if the file cannot be read or parsed
+ * @throws Exception if the file cannot be read or parsed
*/
public ACDFile(File acdFile) throws Exception{
if(!acdFile.exists()){
More information about the MOBY-guts
mailing list