jayachandra    2005/06/13 06:00:10

  Modified:    java/src/org/apache/axis/i18n resource.properties
  Log:
  Moving the key entry from 'unused keys' (added by mistake by myself) section 
to 'in-use keys' section
  
  Revision  Changes    Path
  1.120     +1 -2      ws-axis/java/src/org/apache/axis/i18n/resource.properties
  
  Index: resource.properties
  ===================================================================
  RCS file: 
/home/cvs/ws-axis/java/src/org/apache/axis/i18n/resource.properties,v
  retrieving revision 1.119
  retrieving revision 1.120
  diff -u -r1.119 -r1.120
  --- resource.properties       13 Jun 2005 07:07:51 -0000      1.119
  +++ resource.properties       13 Jun 2005 13:00:10 -0000      1.120
  @@ -1074,6 +1074,7 @@
   optionWrapArrays=Prefers building beans to straight arrays for wrapped XML 
array types (defaults to off).
   useStubsGetCallMethod=Please use Stub's _getCall method 
   missingContentType=A HTTP POST request mandates a contentType HTTP header.
  +warnDocLitInteropMultipleInputParts=Request Message type information has 
multiple parts than one single wrapped complexType. Use WRAPPED/LITERAL if 
interoping with some other soap stack becomes a problem
   
   #                                                                    #
   # In-use keys                                                        #
  @@ -1347,8 +1348,6 @@
   
   onlyOneMessageOp=Message services may only have one operation - service 
''{0}'' has {1}
   
  -warnDocLitInteropMultipleInputParts=Request Message type information has 
multiple parts than one single wrapped complexType. Use WRAPPED/LITERAL if 
interoping with some other soap stack becomes a problem
  -
   # NOTE:  in noDataHandler, do not translate DataHandler.
   noDataHandler=Could not create a DataHandler for {0}, returning {1} instead.
   
  
  
  

Reply via email to