View Javadoc
1   ///////////////////////////////////////////////////////////////////////////////////////////////
2   // Test case file for checkstyle.
3   /* */
4   // Created: 2017
5   ///////////////////////////////////////////////////////////////////////////////////////////////
6   package com.puppycrawl.tools.checkstyle.checks.header.regexpheader;
7   
8   /**
9    * @author Vivek Rao
10   */
11  public class InputRegexpHeaderConsecutiveNewLines
12  {
13  }