Skip to content

Commit

Permalink
Fix compilation problem
Browse files Browse the repository at this point in the history
  • Loading branch information
systay committed Sep 14, 2016
1 parent 1203230 commit c549cd2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public void shouldFailWhenAuthEnabledAndNoAuthManagerServiceFound()
// When
new EditionModule() {
@Override
public void registerProcedures( Procedures procedures ) throws KernelException
public void setupProcedures( Procedures procedures ) throws KernelException
{

}
Expand Down

0 comments on commit c549cd2

Please sign in to comment.