[MOBY-guts] biomoby commit
Paul Gordon
gordonp at dev.open-bio.org
Mon Jun 15 20:05:28 UTC 2009
gordonp
Mon Jun 15 16:05:27 EDT 2009
Update of /home/repository/moby/moby-live/Java/src/main/ca/ucalgary/services/util
In directory dev.open-bio.org:/tmp/cvs-serv1372/src/main/ca/ucalgary/services/util
Modified Files:
SourceMap.java
Log Message:
Got rid of javadoc warning
moby-live/Java/src/main/ca/ucalgary/services/util SourceMap.java,1.3,1.4
===================================================================
RCS file: /home/repository/moby/moby-live/Java/src/main/ca/ucalgary/services/util/SourceMap.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- /home/repository/moby/moby-live/Java/src/main/ca/ucalgary/services/util/SourceMap.java 2009/06/09 19:15:56 1.3
+++ /home/repository/moby/moby-live/Java/src/main/ca/ucalgary/services/util/SourceMap.java 2009/06/15 20:05:27 1.4
@@ -24,7 +24,7 @@
/**
* @param msgName the name of the operation message (WSDL 1.1) or operation element (WSDL 2.0) that is being encapsulated
- * @param style "literal" or "encoded", the WSDL data encoding style, or "raw", so the wrapping tag is already assumed to be present
+ * @param encoding "literal" or "encoded", the WSDL data encoding style, or "raw", so the wrapping tag is already assumed to be present
*/
public SourceMap(QName msgName, String encoding){
members = new LinkedHashMap<String,String[]>();
More information about the MOBY-guts
mailing list