Author: desruisseaux
Date: Thu Oct 18 12:03:23 2012
New Revision: 1399597

URL: http://svn.apache.org/viewvc?rev=1399597&view=rev
Log:
Forgot to rename some packages in the documentation.

Modified:
    
sis/branches/JDK7/sis-utility/src/main/java/org/apache/sis/internal/jaxb/IdentifierMapAdapter.java
    
sis/branches/JDK7/sis-utility/src/main/java/org/apache/sis/xml/IdentifiedObject.java

Modified: 
sis/branches/JDK7/sis-utility/src/main/java/org/apache/sis/internal/jaxb/IdentifierMapAdapter.java
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK7/sis-utility/src/main/java/org/apache/sis/internal/jaxb/IdentifierMapAdapter.java?rev=1399597&r1=1399596&r2=1399597&view=diff
==============================================================================
--- 
sis/branches/JDK7/sis-utility/src/main/java/org/apache/sis/internal/jaxb/IdentifierMapAdapter.java
 (original)
+++ 
sis/branches/JDK7/sis-utility/src/main/java/org/apache/sis/internal/jaxb/IdentifierMapAdapter.java
 Thu Oct 18 12:03:23 2012
@@ -39,7 +39,7 @@ import static org.apache.sis.util.collec
 
 /**
  * A map of identifiers which can be used as a helper class for
- * {@link org.geotoolkit.xml.IdentifiedObject} implementations.
+ * {@link org.apache.sis.xml.IdentifiedObject} implementations.
  *
  * <p>This class works as a wrapper around a collection of identifiers. 
Because all operations
  * are performed by an iteration over the collection elements, this 
implementation is suitable
@@ -76,7 +76,7 @@ import static org.apache.sis.util.collec
  * @version 0.3
  * @module
  *
- * @see org.geotoolkit.xml.IdentifiedObject
+ * @see org.apache.sis.xml.IdentifiedObject
  */
 public class IdentifierMapAdapter extends AbstractMap<Citation,String> 
implements IdentifierMap, Serializable {
     /**

Modified: 
sis/branches/JDK7/sis-utility/src/main/java/org/apache/sis/xml/IdentifiedObject.java
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK7/sis-utility/src/main/java/org/apache/sis/xml/IdentifiedObject.java?rev=1399597&r1=1399596&r2=1399597&view=diff
==============================================================================
--- 
sis/branches/JDK7/sis-utility/src/main/java/org/apache/sis/xml/IdentifiedObject.java
 (original)
+++ 
sis/branches/JDK7/sis-utility/src/main/java/org/apache/sis/xml/IdentifiedObject.java
 Thu Oct 18 12:03:23 2012
@@ -64,7 +64,7 @@ import org.opengis.metadata.citation.Cit
  * @module
  *
  * @see IdentifierSpace
- * @see org.geotoolkit.metadata.iso.MetadataEntity
+ * @see org.apache.sis.metadata.iso.MetadataEntity
  * @see ObjectLinker#newIdentifiedObject(Class, Identifier[])
  */
 public interface IdentifiedObject {
@@ -74,13 +74,13 @@ public interface IdentifiedObject {
      * authority} name space. Examples of namespace are:
      * <p>
      * <ul>
-     *   <li>{@linkplain org.geotoolkit.metadata.iso.citation.Citations#EPSG 
EPSG} codes</li>
+     *   <li>{@linkplain org.apache.sis.metadata.iso.citation.Citations#EPSG 
EPSG} codes</li>
      *   <li><cite>Universal Product Code</cite> (UPC)</li>
      *   <li><cite>National Stock Number</cite> (NSN)</li>
      *   <li><cite>International Standard Book Number</cite>
-     *       ({@linkplain org.geotoolkit.metadata.iso.citation.Citations#ISBN 
ISBN})</li>
+     *       ({@linkplain org.apache.sis.metadata.iso.citation.Citations#ISBN 
ISBN})</li>
      *   <li><cite>International Standard Serial Number</cite>
-     *       ({@linkplain org.geotoolkit.metadata.iso.citation.Citations#ISSN 
ISSN})</li>
+     *       ({@linkplain org.apache.sis.metadata.iso.citation.Citations#ISSN 
ISSN})</li>
      *   <li><cite>Universally Unique Identifier</cite> ({@linkplain 
java.util.UUID})</li>
      *   <li>XML {@linkplain IdentifierSpace#ID ID} attribute</li>
      *   <li>{@linkplain XLink} ({@code href}, {@code role}, {@code arcrole}, 
{@code title},
@@ -92,9 +92,9 @@ public interface IdentifiedObject {
      *
      * @return All identifiers associated to this object, or an empty 
collection if none.
      *
-     * @see 
org.geotoolkit.metadata.iso.citation.DefaultCitation#getIdentifiers()
-     * @see 
org.geotoolkit.metadata.iso.acquisition.DefaultObjective#getIdentifiers()
-     * @see 
org.geotoolkit.referencing.AbstractIdentifiedObject#getIdentifiers()
+     * @see 
org.apache.sis.metadata.iso.citation.DefaultCitation#getIdentifiers()
+     * @see 
org.apache.sis.metadata.iso.acquisition.DefaultObjective#getIdentifiers()
+     * @see 
org.apache.sis.referencing.AbstractIdentifiedObject#getIdentifiers()
      */
     Collection<? extends Identifier> getIdentifiers();
 


Reply via email to