From 846cd531200162c1531f6fac2c7860873534ba44 Mon Sep 17 00:00:00 2001 From: James Procter Date: Fri, 5 Jun 2015 11:02:49 +0100 Subject: [PATCH] JAL-1601 javadoc --- src/jalview/ws/rest/RestServiceDescription.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/jalview/ws/rest/RestServiceDescription.java b/src/jalview/ws/rest/RestServiceDescription.java index cfaa76f..f858414 100644 --- a/src/jalview/ws/rest/RestServiceDescription.java +++ b/src/jalview/ws/rest/RestServiceDescription.java @@ -277,7 +277,7 @@ public class RestServiceDescription boolean aligndata; /** - * service requests alignment and/or seuqence annotationo data + * service requests alignment and/or sequence annotation data */ boolean annotdata; @@ -287,7 +287,7 @@ public class RestServiceDescription boolean partitiondata; /** - * process ths input data and set the appropriate shorthand flags describing + * process the input data and set the appropriate shorthand flags describing * the input the service wants */ public void setInvolvesFlags() @@ -769,8 +769,8 @@ public class RestServiceDescription } /** - * covenience method to generate the id and sequence string vector from a set - * of seuqences using each sequence's getName() and getSequenceAsString() + * convenience method to generate the id and sequence string vector from a set + * of sequences using each sequence's getName() and getSequenceAsString() * method * * @param seqs -- 1.7.10.2