Skip to content

Commit

Permalink
修复测试用例
Browse files Browse the repository at this point in the history
  • Loading branch information
dongchenxu committed Sep 19, 2019
1 parent b331f8c commit 01c61e8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ protected static class ProtectedStaticClass {

}

static class InnerClass {
class InnerClass {

}

Expand Down Expand Up @@ -96,7 +96,7 @@ public void methodOfArrayArguments(


@InheritedAnnotation
public void methodOfChildClassWithAnnotation() throws RuntimeException {
public void methodOfChildClassWithAnnotation() throws IllegalStateException, RuntimeException {

}

Expand Down

0 comments on commit 01c61e8

Please sign in to comment.