You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by jo...@apache.org on 2001/03/06 01:14:19 UTC

cvs commit: jakarta-turbine/src/java/org/apache/turbine/services/xmlrpc TurbineXmlRpc.java

jon         01/03/05 16:14:18

  Modified:    src/java/org/apache/turbine/services/xmlrpc
                        TurbineXmlRpc.java
  Log:
  need to have a throws Exception in order to compile
  
  Revision  Changes    Path
  1.7       +3 -0      jakarta-turbine/src/java/org/apache/turbine/services/xmlrpc/TurbineXmlRpc.java
  
  Index: TurbineXmlRpc.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine/src/java/org/apache/turbine/services/xmlrpc/TurbineXmlRpc.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- TurbineXmlRpc.java	2001/02/23 21:31:10	1.6
  +++ TurbineXmlRpc.java	2001/03/06 00:14:16	1.7
  @@ -196,6 +196,7 @@
                               String sourceFileName,
                               String destinationLocationProperty,
                               String destinationFileName)
  +                            throws Exception
       {
           getService().send(serverURL,
                             sourceLocationProperty,
  @@ -218,6 +219,7 @@
                              String sourceFileName,
                              String destinationLocationProperty,
                              String destinationFileName)
  +                           throws Exception
       {
           getService().get(serverURL,
                            sourceLocationProperty,
  @@ -237,6 +239,7 @@
       public static void remove(String serverURL,
                                 String sourceLocationProperty,
                                 String sourceFileName)
  +                              throws Exception
       {
           getService().remove(serverURL,
                               sourceLocationProperty,