Commit in GeomConverter/src/org/lcsim/detector/identifier on MAIN
IExpandedIdentifier.java+1-71.12 -> 1.13
JM: reverting Tim's change; don't need this in the interface

GeomConverter/src/org/lcsim/detector/identifier
IExpandedIdentifier.java 1.12 -> 1.13
diff -u -r1.12 -r1.13
--- IExpandedIdentifier.java	22 Nov 2007 20:45:11 -0000	1.12
+++ IExpandedIdentifier.java	26 Nov 2007 18:34:27 -0000	1.13
@@ -10,7 +10,7 @@
  * see which indices correspond to which field labels. 
  * 
  * @author  jeremym
- * @version $Id: IExpandedIdentifier.java,v 1.12 2007/11/22 20:45:11 tknelson Exp $
+ * @version $Id: IExpandedIdentifier.java,v 1.13 2007/11/26 18:34:27 jeremy Exp $
  */
 
 public interface IExpandedIdentifier
@@ -67,12 +67,6 @@
     public boolean isValid();
         
     /**
-     * Compares identifiers on all fields.
-     * Returns true if all fields match.
-     */
-    public boolean equals(IExpandedIdentifier id);
-    
-    /**
      * Compares identifiers on prefix fields.
      * The smaller of the two maximum indices is
      * used for the field range.
CVSspam 0.2.8