Skip to content

Commit

Permalink
fixed classes from case renames
Browse files Browse the repository at this point in the history
  • Loading branch information
keeganwitt committed Jan 22, 2016
1 parent 2e9cd00 commit 285d902
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Expand Up @@ -34,7 +34,7 @@
* @requiresDependencyResolution compile
* @threadSafe
*/
public class GroovyDocMojo extends AbstractGroovydocMojo {
public class GroovyDocMojo extends AbstractGroovyDocMojo {

/**
* Executes this mojo.
Expand Down
Expand Up @@ -40,7 +40,7 @@
* @requiresDependencyResolution test
* @threadSafe
*/
public class GroovyDocTestsMojo extends AbstractGroovydocMojo {
public class GroovyDocTestsMojo extends AbstractGroovyDocMojo {

/**
* Executes this mojo.
Expand Down
Expand Up @@ -43,7 +43,7 @@ public class GroovyDocMojoTest {
private static final String INTENTIONAL_EXCEPTION_MESSAGE = "Intentionally blowing up.";

@Spy
private GroovydocMojo groovydocMojo;
private GroovyDocMojo groovydocMojo;

@Before
public void setup() throws Exception {
Expand Down
Expand Up @@ -43,7 +43,7 @@ public class GroovyDocTestsMojoTest {
private static final String INTENTIONAL_EXCEPTION_MESSAGE = "Intentionally blowing up.";

@Spy
private GroovydocTestsMojo groovydocTestsMojo;
private GroovyDocTestsMojo groovydocTestsMojo;

@Before
public void setup() throws Exception {
Expand Down

0 comments on commit 285d902

Please sign in to comment.