Skip to content

Commit

Permalink
refs WorksApplications#14: correct wrong naming, thanks @wliyongfeng!
Browse files Browse the repository at this point in the history
  • Loading branch information
worksap-bot committed Mar 20, 2014
1 parent 336179f commit 5e77118
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ public void before() {
}

@Test
public void testImplicitNullness() throws Exception {
public void testExplicitNullness() throws Exception {
assertNoBugsReported(ColumnWithNullable.class, detector,
bugReporter);
}

@Test
public void testExplicitNullness() throws Exception {
public void testImplicitNullness() throws Exception {
assertBugReported(ColumnWithoutElement.class, detector,
bugReporter);
}
Expand Down

0 comments on commit 5e77118

Please sign in to comment.