> + * @see #getInputEncoding()+ */ + public static String getDefaultInputEncoding ()^
Extra space here not consistent with formatting style used in this source file.
I'll have to take responsibility for those, as Jochen just committed the patch I sent. I'm just working with way too many formatting styles. Is there an Eclipse code formatter profile that I can just download somewhere?
Index: src/java/org/apache/xmlrpc/XmlRpc.java
===================================================================
RCS file: /home/cvspublic/ws-xmlrpc/src/java/org/apache/xmlrpc/XmlRpc.java,v
retrieving revision 1.40
diff -u -r1.40 XmlRpc.java
--- src/java/org/apache/xmlrpc/XmlRpc.java 22 Apr 2005 10:25:57 -0000 1.40
+++ src/java/org/apache/xmlrpc/XmlRpc.java 28 Apr 2005 17:42:47 -0000
@@ -310,7 +310,7 @@
*
* @see org.apache.xmlrpc.XmlWriter#canonicalizeEncoding(String)
*/
- public String getEncoding ()
+ public String getEncoding()
{
return XmlWriter.canonicalizeEncoding(encoding);
}
@@ -333,7 +333,7 @@
* @return the Java encoding name to use, if set, otherwise null.
* @see #getInputEncoding()
*/
- public static String getDefaultInputEncoding ()
+ public static String getDefaultInputEncoding()
{
return defaultInputEncoding;
}
--
Steve
------------------------------------------------------------ "Always ... always remember: Less is less. More is more. More is better. And twice as much is good too. Not enough is bad. And too much is never enough except when it's just about right." -- The Tick ------------------------------------------------------------