View Javadoc
1   /*
2   com.puppycrawl.tools.checkstyle.checks.naming.ConstantNameCheck
3   
4   */
5   
6   package com.puppycrawl.tools.checkstyle.treewalker;
7   
8   public class InputTreeWalkerImproperFileExtension {
9   
10      public static final int k = 5 + 4;
11  
12  }