提交 f4813f5b 编写于 作者: S Stephane Nicoll

Merge pull request #1759 from igor-suhorukov

* pr/1759:
  Nested "enum"s should not be declared static
......@@ -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.
先完成此消息的编辑!
想要评论请 注册