Skip to content

Commit

Permalink
Method getAdditionalModules cannot be static as it is overridden in s…
Browse files Browse the repository at this point in the history
…ubclass
  • Loading branch information
joyyao8 committed Nov 28, 2016
1 parent 1afcb77 commit fd357b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public void run()
}
}

protected static Iterable<? extends Module> getAdditionalModules()
protected Iterable<? extends Module> getAdditionalModules()
{
return ImmutableList.of();
}
Expand Down

0 comments on commit fd357b8

Please sign in to comment.