You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by ra...@apache.org on 2005/03/06 11:22:28 UTC

cvs commit: xml-security/src/org/apache/xml/security/signature Reference.java

raul        2005/03/06 02:22:28

  Modified:    src/org/apache/xml/security/signature Reference.java
  Log:
  Added information to deprected getTransformsInput
  
  Revision  Changes    Path
  1.38      +1 -1      xml-security/src/org/apache/xml/security/signature/Reference.java
  
  Index: Reference.java
  ===================================================================
  RCS file: /home/cvs/xml-security/src/org/apache/xml/security/signature/Reference.java,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- Reference.java	24 Dec 2004 12:26:17 -0000	1.37
  +++ Reference.java	6 Mar 2005 10:22:28 -0000	1.38
  @@ -406,7 +406,7 @@
       * @return a XMLSignature with a byte array.
       * @throws ReferenceNotInitializedException
       *
  -    * @deprecated use
  +    * @deprecated use getContentsBeforeTransformation
       */
      public XMLSignatureInput getTransformsInput() throws ReferenceNotInitializedException   
   	{