View Javadoc
1   /*
2   EmptyLineSeparator
3   allowNoEmptyLineBetweenFields = (default)false
4   allowMultipleEmptyLines = (default)true
5   allowMultipleEmptyLinesInsideClassMembers = (default)true
6   tokens = IMPORT
7   
8   
9   */
10  
11  package com.puppycrawl.tools.checkstyle.checks.whitespace.emptylineseparator; // ok
12  /**
13   * ok, no violation.
14   *
15   */
16  import java.util.Arrays;
17  import java.util.Objects;
18  
19  public class InputEmptyLineSeparatorEmptyLineAfterPackageForImportAst {
20  }