[MOBY-guts] biomoby commit
Eddie Kawas
kawas at dev.open-bio.org
Tue Oct 17 14:14:43 UTC 2006
kawas
Tue Oct 17 10:14:43 EDT 2006
Update of /home/repository/moby/moby-live/Java/src/main/org/biomoby/client/ui/graphical/servlet/utilities
In directory dev.open-bio.org:/tmp/cvs-serv20206/Java/src/main/org/biomoby/client/ui/graphical/servlet/utilities
Modified Files:
ServiceTester.java
Log Message:
spelling mistake fix
moby-live/Java/src/main/org/biomoby/client/ui/graphical/servlet/utilities ServiceTester.java,1.6,1.7
===================================================================
RCS file: /home/repository/moby/moby-live/Java/src/main/org/biomoby/client/ui/graphical/servlet/utilities/ServiceTester.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- /home/repository/moby/moby-live/Java/src/main/org/biomoby/client/ui/graphical/servlet/utilities/ServiceTester.java 2006/10/16 17:23:16 1.6
+++ /home/repository/moby/moby-live/Java/src/main/org/biomoby/client/ui/graphical/servlet/utilities/ServiceTester.java 2006/10/17 14:14:43 1.7
@@ -185,7 +185,7 @@
}
DecimalFormat df = new DecimalFormat("####.00");
sb.append("\tOf these service providers, there are " + num_bad_authorities + " that don't have at least one working service."+newline);
- sb.append("There are "+total_alive+" services that are reachable in there current state."+newline);
+ sb.append("There are "+total_alive+" services that are reachable in their current state."+newline);
sb.append("There are "+total_dead+" services that are not reachable."+newline);
sb.append(newline + "\tThat represents approximately " + df.format(((float)total_alive/(float)(total_dead+total_alive))*100) + "% in terms of alive services." );
return Utils.format(sb.toString(), 4);
More information about the MOBY-guts
mailing list