vdkoogh     2003/11/20 00:47:26

  Modified:    src/org/apache/xml/security/keys/storage/implementations
                        SingleCertificateResolver.java
  Log:
  Removed unneccessary casts
  
  CVS: ----------------------------------------------------------------------
  CVS: PR:
  CVS:   If this change addresses a PR in the problem report tracking
  CVS:   database, then enter the PR number(s) here.
  CVS: Obtained from:
  CVS:   If this change has been taken from another system, such as NCSA,
  CVS:   then name the system in this line, otherwise delete it.
  CVS: Submitted by:
  CVS:   If this code has been contributed to Apache by someone else; i.e.,
  CVS:   they sent us a patch or a new module, then include their name/email
  CVS:   address here. If this is your work then delete this line.
  CVS: Reviewed by:
  CVS:   If we are doing pre-commit code reviews and someone else has
  CVS:   reviewed your changes, include their name(s) here.
  CVS:   If you have not had it reviewed then delete this line.
  
  Revision  Changes    Path
  1.4       +4 -4      
xml-security/src/org/apache/xml/security/keys/storage/implementations/SingleCertificateResolver.java
  
  Index: SingleCertificateResolver.java
  ===================================================================
  RCS file: 
/home/cvs/xml-security/src/org/apache/xml/security/keys/storage/implementations/SingleCertificateResolver.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- SingleCertificateResolver.java    11 Feb 2003 16:02:51 -0000      1.3
  +++ SingleCertificateResolver.java    20 Nov 2003 08:47:26 -0000      1.4
  @@ -141,7 +141,7 @@
   
            this._alreadyReturned = true;
   
  -         return (Object) this._certificate;
  +         return this._certificate;
         }
   
         /**
  
  
  

Reply via email to