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/04/03 10:35:48 UTC

cvs commit: xml-security/src/org/apache/xml/security/utils/resolver ResourceResolver.java

raul        2005/04/03 00:35:48

  Modified:    src/org/apache/xml/security/utils/resolver
                        ResourceResolver.java
  Log:
  javadoc warnings.
  
  Revision  Changes    Path
  1.12      +1 -2      xml-security/src/org/apache/xml/security/utils/resolver/ResourceResolver.java
  
  Index: ResourceResolver.java
  ===================================================================
  RCS file: /home/cvs/xml-security/src/org/apache/xml/security/utils/resolver/ResourceResolver.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- ResourceResolver.java	3 Apr 2005 08:31:54 -0000	1.11
  +++ ResourceResolver.java	3 Apr 2005 08:35:48 -0000	1.12
  @@ -32,8 +32,7 @@
    * During reference validation, we have to retrieve resources from somewhere.
    * This is done by retrieving a Resolver. The resolver needs two arguments: The
    * URI in which the link to the new resource is defined and the BaseURI of the
  - * file/entity in which the URI occurs (the BaseURI is the same as the SystemId
  - * for {@link javax.xml.transform.stream.StreamSource#getSystemId}.
  + * file/entity in which the URI occurs (the BaseURI is the same as the SystemId.
    *
    * <UL xml:lang="DE" LANG="DE">
    * <LI> Verschiedene Implementierungen k??nnen sich als Resolver registrieren.