OSDN Git Service

Delete Subversion Tags (Revision, Id)
[stigmata/stigmata.git] / src / main / java / jp / sourceforge / stigmata / command / HelpCommand.java
index 70019ae..d9738fc 100644 (file)
@@ -1,9 +1,5 @@
 package jp.sourceforge.stigmata.command;
 
-/*
- * $Id$
- */
-
 import java.util.ResourceBundle;
 
 import jp.sourceforge.stigmata.BirthmarkContext;
@@ -20,7 +16,6 @@ import org.apache.commons.cli.Options;
 /**
  * 
  * @author Haruaki Tamada
- * @version $Revision$
  */
 public class HelpCommand extends AbstractStigmataCommand{
     private Options options;