View Javadoc
1   /*
2   No Config
3   */
4   
5   package com.puppycrawl.tools.checkstyle.checks.design.visibilitymodifier.inputs;
6   // ATTENTION: we need name of this class to be without "Input" prefix to as we
7   // need the same name as defined at VisibilityModifierCheck.DEFAULT_IMMUTABLE_TYPES
8   public class InetSocketAddress
9   {
10      public class Arrays {
11  
12      }
13  }