You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by st...@apache.org on 2004/09/07 11:30:45 UTC

cvs commit: ws-axis/java/src/org/apache/axis Message.java

stevel      2004/09/07 02:30:45

  Modified:    java/src/org/apache/axis Message.java
  Log:
  correct typo
  
  Revision  Changes    Path
  1.117     +3 -3      ws-axis/java/src/org/apache/axis/Message.java
  
  Index: Message.java
  ===================================================================
  RCS file: /home/cvs/ws-axis/java/src/org/apache/axis/Message.java,v
  retrieving revision 1.116
  retrieving revision 1.117
  diff -u -r1.116 -r1.117
  --- Message.java	30 Jun 2004 16:10:28 -0000	1.116
  +++ Message.java	7 Sep 2004 09:30:45 -0000	1.117
  @@ -246,14 +246,14 @@
       private static Class attachImpl = null;
   
       //aviod testing and possibly failing everytime.
  -    private static boolean checkForAttchmentSupport = true;
  +    private static boolean checkForAttachmentSupport = true;
   
       private static boolean attachmentSupportEnabled = false;
   
       private static synchronized boolean isAttachmentSupportEnabled(MessageContext mc) {
  -        if (checkForAttchmentSupport) {
  +        if (checkForAttachmentSupport) {
               //aviod testing and possibly failing everytime.
  -            checkForAttchmentSupport = false;
  +            checkForAttachmentSupport = false;
               try {
                   String attachImpName= AxisEngine.DEFAULT_ATTACHMENT_IMPL;
                   if(null != mc){