Commit 3a94ad07 authored by David Trott's avatar David Trott

Fixed whitespace/indentation.

parent c95e8791
...@@ -7,7 +7,6 @@ import java.io.File; ...@@ -7,7 +7,6 @@ import java.io.File;
import java.util.List; import java.util.List;
/** /**
*
* @phase generate-test-sources * @phase generate-test-sources
* @goal testCompile * @goal testCompile
* @requiresDependencyResolution test * @requiresDependencyResolution test
...@@ -54,5 +53,4 @@ public final class ThriftTestCompileMojo extends AbstractThriftMojo { ...@@ -54,5 +53,4 @@ public final class ThriftTestCompileMojo extends AbstractThriftMojo {
protected File getThriftSourceRoot() { protected File getThriftSourceRoot() {
return thriftTestSourceRoot; return thriftTestSourceRoot;
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment