You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by ja...@apache.org on 2004/10/20 12:16:13 UTC

cvs commit: ws-fx/sandesha/src/org/apache/sandesha Constants.java

jaliya      2004/10/20 03:16:13

  Modified:    sandesha/src/org/apache/sandesha Constants.java
  Log:
  Only the formatting
  
  Revision  Changes    Path
  1.18      +5 -4      ws-fx/sandesha/src/org/apache/sandesha/Constants.java
  
  Index: Constants.java
  ===================================================================
  RCS file: /home/cvs/ws-fx/sandesha/src/org/apache/sandesha/Constants.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- Constants.java	30 Sep 2004 10:47:05 -0000	1.17
  +++ Constants.java	20 Oct 2004 10:16:13 -0000	1.18
  @@ -231,11 +231,12 @@
       public static final int MSG_TYPE_ACKNOWLEDGEMENT = 5;
   
       public static final int MSG_TYPE_TERMINATE_SEQUENCE = 6;
  -    
  +
       public static final String CLIENT_DEFAULD_SEQUENCE_ID = "ClientDefSeq";
  -    
  +
       //To identify the end point
  -    public static final int SERVER=1;
  -    public static final int CLIENT=0;
  +    public static final int SERVER = 1;
  +
  +    public static final int CLIENT = 0;
   }