View Javadoc
1   // First Line of Header
2   // Second Line of Header
3   // Third Line of Header
4   
5   package com.puppycrawl.tools.checkstyle.checks.header.regexpheader;
6   
7   public class InputRegexpHeaderNonMatching {
8   }