OSDN Git Service

必要のないクラスを削除し,クラスの整理を行った.
[stigmata/stigmata.git] / src / main / java / jp / sourceforge / stigmata / ComparisonResultSet.java
index 836a10f..e4d1b7a 100644 (file)
@@ -1,16 +1,11 @@
 package jp.sourceforge.stigmata;
 
-/*
- * $Id$
- */
-
 import java.util.Iterator;
 
 /**
  * result set of birthmark comparison.
  *
  * @author Haruaki TAMADA
- * @version $Revision$ 
  */
 public interface ComparisonResultSet extends Iterable<ComparisonPair>{
     /**