aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/com/puppycrawl/tools/checkstyle/checks/InputNoNewlineAtEndOfFile.java
blob: 218e61727989cc9bd3909160d5005ac809063aa8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
////////////////////////////////////////////////////////////////////////////////
// Test case file for checkstyle.
// Created: 2003
////////////////////////////////////////////////////////////////////////////////
package com.puppycrawl.tools.checkstyle.checks;

/**
 * Test case for detection of missing newlines at EOF, using the
 * NewlineAtEndOfFileCheck.
 * @author Christopher Lenz
 **/
public interface InputNoNewlineAtEndOfFile
{
}