提交 8d2f64fe 编写于 作者: I igor-suhorukov 提交者: Stephane Nicoll

Nested "enum"s should not be declared static

Closes gh-1759
上级 f9e6ea54
......@@ -373,7 +373,7 @@ public class ReflectionHelper {
}
static enum ArgumentsMatchKind {
enum ArgumentsMatchKind {
/** An exact match is where the parameter types exactly match what the method/constructor is expecting */
EXACT,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册