OSDN Git Service

デフォルトコメントを削除
authoryukihane <yukihane.feather@gmail.com>
Wed, 10 Aug 2011 05:07:09 +0000 (14:07 +0900)
committeryukihane <yukihane.feather@gmail.com>
Tue, 16 Aug 2011 18:12:26 +0000 (03:12 +0900)
(cherry picked from commit af316bb2aa432a0693d6b7994f0feffa9aa04c9b)

frontend/src/saccubus/SavePanel.java
frontend/src/saccubus/converter/filegetter/CommentFileWebGetter.java
frontend/src/saccubus/converter/filegetter/FileGetter.java
frontend/src/saccubus/converter/filegetter/TcommFileWebGetter.java
frontend/src/saccubus/converter/filegetter/VideoFileWebGetter.java
frontend/src/saccubus/net/TextProgressListener.java
frontend/src/saccubus/net/VideoInfo.java
frontend/src/yukihane/inqubus/gui/MainFrame.java
frontend/src/yukihane/nicovideo/NicoDBFinder.java
frontend/test/yukihane/inqubus/config/PropertiesTest.java

index c4e68b7..abc04a2 100644 (file)
@@ -1,9 +1,4 @@
 /*
- * To change this template, choose Tools | Templates
- * and open the template in the editor.
- */
-
-/*
  * SavePanel.java
  *
  * Created on 2009/12/04, 21:06:09
index 0c3c6d0..5fd2d35 100644 (file)
@@ -1,7 +1,3 @@
-/*
- * To change this template, choose Tools | Templates
- * and open the template in the editor.
- */
 package saccubus.converter.filegetter;
 
 import java.io.File;
index 20f15b6..c4ddae2 100644 (file)
@@ -1,7 +1,3 @@
-/*
- * To change this template, choose Tools | Templates
- * and open the template in the editor.
- */
 package saccubus.converter.filegetter;
 
 import java.io.File;
index 06ad5b7..57a4b5f 100644 (file)
@@ -1,7 +1,3 @@
-/*
- * To change this template, choose Tools | Templates
- * and open the template in the editor.
- */
 package saccubus.converter.filegetter;
 
 import java.io.File;
index be72ea8..ac051ed 100644 (file)
@@ -1,7 +1,3 @@
-/*
- * To change this template, choose Tools | Templates
- * and open the template in the editor.
- */
 package saccubus.converter.filegetter;
 
 import java.io.File;
index 8a21064..950540d 100644 (file)
@@ -1,7 +1,3 @@
-/*
- * To change this template, choose Tools | Templates
- * and open the template in the editor.
- */
 package saccubus.net;
 
 /**
index f0706c4..a77bfa9 100644 (file)
@@ -1,7 +1,3 @@
-/*
- * To change this template, choose Tools | Templates
- * and open the template in the editor.
- */
 package saccubus.net;
 
 /**
index 884014a..bb7a10a 100644 (file)
@@ -1,9 +1,4 @@
 /*
- * To change this template, choose Tools | Templates
- * and open the template in the editor.
- */
-
-/*
  * MainFrame.java
  *
  * Created on 2011/05/28, 18:14:51
index 977e0a5..ad963cf 100644 (file)
@@ -1,7 +1,3 @@
-/*
- * To change this template, choose Tools | Templates
- * and open the template in the editor.
- */
 package yukihane.nicovideo;
 
 import java.util.HashMap;
index 58b138c..251328e 100644 (file)
@@ -1,7 +1,3 @@
-/*
- * To change this template, choose Tools | Templates
- * and open the template in the editor.
- */
 package yukihane.inqubus.config;
 
 import yukihane.inqubus.conifg.Properties;