aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/com/puppycrawl/tools/checkstyle/checks/design/InetSocketAddress.java
blob: 2c27378d052af100b5a149bd30ecb44450e76cfe (plain)
1
2
3
4
5
6
7
8
9
package com.puppycrawl.tools.checkstyle.checks.design;
// ATTENTION: we need name of this class to be without "Input" prefix to as we
// need the same name as defined at VisibilityModifierCheck.DEFAULT_IMMUTABLE_TYPES
public class InetSocketAddress
{
    class Arrays {
        
    }
}