aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/com/puppycrawl/tools/checkstyle/checks/design/visibilitymodifier/InetSocketAddress.java
blob: 85def237d99fdd479ba10b2e825a6f722032a780 (plain)
1
2
3
4
5
6
7
8
9
package com.puppycrawl.tools.checkstyle.checks.design.visibilitymodifier;
// 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 {
        
    }
}