OSDN Git Service

Delete Subversion Tags (Revision, Id)
[stigmata/stigmata.git] / src / main / java / jp / sourceforge / stigmata / birthmarks / ValueCountable.java
index f750389..e7efa69 100644 (file)
@@ -1,14 +1,9 @@
 package jp.sourceforge.stigmata.birthmarks;
 
-/*
- * $Id$
- */
-
 /**
  * This interface represents that the implemented class have name and its count.
  * 
  * @author Haruaki Tamada
- * @version $Revision$ 
  */
 public interface ValueCountable{
     public int getValueCount();