You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ch...@apache.org on 2006/09/12 08:47:41 UTC

svn commit: r442485 - in /webservices/axis2/trunk/java/modules: integration/itest/test/interop/whitemesa/round2/NusRound2InteropTest.java rahas/src/org/apache/rahas/impl/SAMLTokenIssuer.java

Author: chinthaka
Date: Mon Sep 11 23:47:40 2006
New Revision: 442485

URL: http://svn.apache.org/viewvc?view=rev&rev=442485
Log:
Removing un-necessary semi-colons

Modified:
    webservices/axis2/trunk/java/modules/integration/itest/test/interop/whitemesa/round2/NusRound2InteropTest.java
    webservices/axis2/trunk/java/modules/rahas/src/org/apache/rahas/impl/SAMLTokenIssuer.java

Modified: webservices/axis2/trunk/java/modules/integration/itest/test/interop/whitemesa/round2/NusRound2InteropTest.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/itest/test/interop/whitemesa/round2/NusRound2InteropTest.java?view=diff&rev=442485&r1=442484&r2=442485
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest/test/interop/whitemesa/round2/NusRound2InteropTest.java (original)
+++ webservices/axis2/trunk/java/modules/integration/itest/test/interop/whitemesa/round2/NusRound2InteropTest.java Mon Sep 11 23:47:40 2006
@@ -308,7 +308,7 @@
         retEnv = client.sendMsg(util, url, soapAction);
         tempPath = resFilePath + "NusGroupbSimpletypesAsStructRes.xml";
         compareXML(retEnv, tempPath);
-        ;
+        
     }
 
     /**

Modified: webservices/axis2/trunk/java/modules/rahas/src/org/apache/rahas/impl/SAMLTokenIssuer.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/rahas/src/org/apache/rahas/impl/SAMLTokenIssuer.java?view=diff&rev=442485&r1=442484&r2=442485
==============================================================================
--- webservices/axis2/trunk/java/modules/rahas/src/org/apache/rahas/impl/SAMLTokenIssuer.java (original)
+++ webservices/axis2/trunk/java/modules/rahas/src/org/apache/rahas/impl/SAMLTokenIssuer.java Mon Sep 11 23:47:40 2006
@@ -402,7 +402,7 @@
 //        return (X509Certificate)crypto.getCertificates("bob")[0];
 
         if(serviceAddress != null && !"".equals(serviceAddress)) {
-            String alias = (String)config.trustedServices.get(serviceAddress);;
+            String alias = (String)config.trustedServices.get(serviceAddress);
             if(alias != null) return (X509Certificate) crypto.getCertificates(alias)[0]; else {
                 alias = (String)config.trustedServices.get("*");
                 return crypto.getCertificates(alias)[0];



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org