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 di...@apache.org on 2004/06/30 18:40:20 UTC

cvs commit: ws-fx/wss4j/src/org/apache/ws/axis/security WSDoAllReceiver.java

dims        2004/06/30 09:40:20

  Modified:    wss4j/src/org/apache/ws/axis/security WSDoAllReceiver.java
  Log:
  switch off debug.
  
  Revision  Changes    Path
  1.14      +1 -1      ws-fx/wss4j/src/org/apache/ws/axis/security/WSDoAllReceiver.java
  
  Index: WSDoAllReceiver.java
  ===================================================================
  RCS file: /home/cvs/ws-fx/wss4j/src/org/apache/ws/axis/security/WSDoAllReceiver.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- WSDoAllReceiver.java	3 Jun 2004 14:59:15 -0000	1.13
  +++ WSDoAllReceiver.java	30 Jun 2004 16:40:20 -0000	1.14
  @@ -59,7 +59,7 @@
   	static Log log = LogFactory.getLog(WSDoAllReceiver.class.getName());
   	static final WSSecurityEngine secEngine = new WSSecurityEngine();
   
  -	private boolean doDebug = true;
  +	private boolean doDebug = false;
   
   	private static Hashtable cryptos = new Hashtable(5);