Issue #2161: minor comment in input
This commit is contained in:
parent
4dd1df6ef8
commit
fbb65687c7
|
|
@ -1,5 +1,6 @@
|
|||
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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue