antelder    2002/06/18 00:59:18

  Modified:    java/src/org/apache/wsif/base
                        WSIFDefaultCorrelationService.java
  Log:
  Correct missleading exception message text
  
  Revision  Changes    Path
  1.2       +1 -1      
xml-axis-wsif/java/src/org/apache/wsif/base/WSIFDefaultCorrelationService.java
  
  Index: WSIFDefaultCorrelationService.java
  ===================================================================
  RCS file: 
/home/cvs/xml-axis-wsif/java/src/org/apache/wsif/base/WSIFDefaultCorrelationService.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- WSIFDefaultCorrelationService.java        12 Jun 2002 10:27:23 -0000      1.1
  +++ WSIFDefaultCorrelationService.java        18 Jun 2002 07:59:18 -0000      1.2
  @@ -144,7 +144,7 @@
           throws WSIFException {
           Tr.entry(this, id);
           if (correlatorStore == null) {
  -            throw new WSIFException("corelation service has been shutdown");
  +            throw new WSIFException("get called on correlation service but put 
never done");
           } else if (id == null) {
               throw new IllegalArgumentException("cannot get null");
           } else {
  
  
  


Reply via email to