CheckStyle问题
今天刚学习CheckStyle,用的时候发现有一个故则不是到是怎么弄,在注释的第一行 first sentence should end with a period
package prince;/** * a test * @author 王子 * */public class Test1 { /** * constructor */ public Test1() { } /** * main() */public static void main() { System.out.println("HelloWorld"); }}