KickJava   Java API By Example, From Geeks To Geeks.

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


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 an existing newline at EOF, using the
9  * NewlineAtEndOfFileCheck.
10  * @author Christopher Lenz
11  **/

12 public interface InputNewlineAtEndOfFile
13 {
14 }
15
Popular Tags