We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 88abf9a + 9b9de80 commit 1ab34b8Copy full SHA for 1ab34b8
1 file changed
plugin-maven/src/test/java/com/diffplug/spotless/maven/java/CleanthatJavaRefactorerTest.java
@@ -13,18 +13,14 @@
13
* See the License for the specific language governing permissions and
14
* limitations under the License.
15
*/
16
-package com.diffplug.spotless.maven.test;
+package com.diffplug.spotless.maven.java;
17
18
import org.assertj.core.api.Assertions;
19
import org.junit.jupiter.api.Test;
20
-import org.slf4j.Logger;
21
-import org.slf4j.LoggerFactory;
22
23
import com.diffplug.spotless.maven.MavenIntegrationHarness;
24
25
class CleanthatJavaRefactorerTest extends MavenIntegrationHarness {
26
- private static final Logger LOGGER = LoggerFactory.getLogger(CleanthatJavaRefactorerTest.class);
27
-
28
@Test
29
void testEnableDraft() throws Exception {
30
writePomWithJavaSteps(
0 commit comments