View Javadoc
1   /*
2   ImportControl
3   file = (file)InputImportControlWithoutRegexAndWithStrategyOnMismatch.xml
4   path = (default).*
5   
6   
7   */
8   
9   package com.puppycrawl.tools.checkstyle.checks.imports.importcontrol;
10  
11  import java.io.File;
12  
13  public class InputImportControlWithoutRegexAndWithStrategyOnMismatch {
14  }