OSDN Git Service

必要のないクラスを削除し,クラスの整理を行った.
[stigmata/stigmata-core.git] / src / main / java / jp / sourceforge / stigmata / Birthmark.java
index f572eb0..6aa0e21 100644 (file)
@@ -1,9 +1,5 @@
 package jp.sourceforge.stigmata;
 
-/*
- * $Id$
- */
-
 import java.util.Iterator;
 
 /**
@@ -11,7 +7,6 @@ import java.util.Iterator;
  * The birthmark is native characteristics of a program.
  * 
  * @author Haruaki TAMADA
- * @version $Revision$ 
  */
 public interface Birthmark extends Iterable<BirthmarkElement>{
     /**