You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mr...@apache.org on 2005/06/06 06:45:59 UTC

cvs commit: xml-xerces/java/src/org/apache/xerces/jaxp/datatype DatatypeFactoryImpl.java

mrglavas    2005/06/05 21:45:59

  Modified:    java/src/org/apache/xerces/jaxp/datatype
                        DatatypeFactoryImpl.java
  Log:
  Javadoc fix.
  
  Revision  Changes    Path
  1.3       +2 -2      xml-xerces/java/src/org/apache/xerces/jaxp/datatype/DatatypeFactoryImpl.java
  
  Index: DatatypeFactoryImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/jaxp/datatype/DatatypeFactoryImpl.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DatatypeFactoryImpl.java	6 May 2005 16:05:02 -0000	1.2
  +++ DatatypeFactoryImpl.java	6 Jun 2005 04:45:59 -0000	1.3
  @@ -62,7 +62,7 @@
   	/**
   	 * <p>Public constructor is empty..</p>
   	 * 
  -	 * <p>Use {@link DatatypeFactory#newInstance()} to create a <code>DatatypeFactory<code>.</p>
  +	 * <p>Use {@link DatatypeFactory#newInstance()} to create a <code>DatatypeFactory</code>.</p>
   	 */
   	public DatatypeFactoryImpl() {
   	}
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org