Skip to content

Commit

Permalink
Remove pointless import
Browse files Browse the repository at this point in the history
* No need for import as only used in a comment
  • Loading branch information
Paul Richardson committed Nov 15, 2012
1 parent 9fd6f7d commit c08f26a
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

import java.util.Properties;

import org.teiid.query.mapping.xml.MappingNodeConstants.Defaults;


/**
* @since 8.0
Expand Down Expand Up @@ -77,8 +75,7 @@ public interface MetadataObject extends java.io.Serializable{
* Return a deep cloned instance of this object. Subclasses must override
* this method.
* @return the object that is the clone of this instance.
* @throws CloneNotSupportedException if this object cannot be cloned (i.e., only objects in
* {@link Defaults Defaults} cannot be cloned).
* @throws CloneNotSupportedException if this object cannot be cloned
*/
public Object clone() throws CloneNotSupportedException;

Expand Down

0 comments on commit c08f26a

Please sign in to comment.