Skip to content

Commit 1ab34b8

Browse files
authored
CleanthatJavaRefactorerTest had the wrong package. (#1670)
2 parents 88abf9a + 9b9de80 commit 1ab34b8

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

plugin-maven/src/test/java/com/diffplug/spotless/maven/java/CleanthatJavaRefactorerTest.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,14 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
package com.diffplug.spotless.maven.test;
16+
package com.diffplug.spotless.maven.java;
1717

1818
import org.assertj.core.api.Assertions;
1919
import org.junit.jupiter.api.Test;
20-
import org.slf4j.Logger;
21-
import org.slf4j.LoggerFactory;
2220

2321
import com.diffplug.spotless.maven.MavenIntegrationHarness;
2422

2523
class CleanthatJavaRefactorerTest extends MavenIntegrationHarness {
26-
private static final Logger LOGGER = LoggerFactory.getLogger(CleanthatJavaRefactorerTest.class);
27-
2824
@Test
2925
void testEnableDraft() throws Exception {
3026
writePomWithJavaSteps(

0 commit comments

Comments
 (0)