KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > puppycrawl > tools > checkstyle > InputNoNewlineAtEndOfFile


1 ////////////////////////////////////////////////////////////////////////////////
2
// Test case file for checkstyle.
3
// Created: 2003
4
////////////////////////////////////////////////////////////////////////////////
5
package com.puppycrawl.tools.checkstyle;
6
7 /**
8  * Test case for detection of missing newlines at EOF, using the
9  * NewlineAtEndOfFileCheck.
10  * @author Christopher Lenz
11  **/

12 public interface InputNoNewlineAtEndOfFile
13 {
14 }
Popular Tags