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 we...@apache.org on 2005/06/05 20:49:31 UTC

cvs commit: ws-fx/wss4j/src/org/apache/ws/security/message/token PKIPathSecurity.java

werner      2005/06/05 11:49:31

  Modified:    wss4j/src/org/apache/ws/security/message/token
                        PKIPathSecurity.java
  Log:
  fixed some javadoc parameters
  
  Revision  Changes    Path
  1.10      +1 -1      ws-fx/wss4j/src/org/apache/ws/security/message/token/PKIPathSecurity.java
  
  Index: PKIPathSecurity.java
  ===================================================================
  RCS file: /home/cvs/ws-fx/wss4j/src/org/apache/ws/security/message/token/PKIPathSecurity.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- PKIPathSecurity.java	29 Dec 2004 02:04:54 -0000	1.9
  +++ PKIPathSecurity.java	5 Jun 2005 18:49:31 -0000	1.10
  @@ -67,7 +67,7 @@
        *
        * @param reverse
        * @param crypto
  -     * @return
  +     * @return array of certifcates 
        * @throws WSSecurityException
        */
       public X509Certificate[] getX509Certificates(boolean reverse, Crypto crypto)