View Javadoc
1   /* // violation 'File does not end with a newline.'
2   NewlineAtEndOfFile
3   lineSeparator = (default)LF_CR_CRLF
4   fileExtensions = (default)all files
5   message.noNewlineAtEOF = File does not end with a newline :)
6   
7   
8   */
9   
10  package com.puppycrawl.tools.checkstyle.checks.newlineatendoffile;
11  
12  /**
13   * Test case for detection of missing newlines at EOF, using the
14   * NewlineAtEndOfFileCheck.
15   * @author Christopher Lenz
16   **/
17  public interface InputNewlineAtEndOfFileNoNewline2
18  {
19  }