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