Skip to content

Commit 77ea6f8

Browse files
committed
[ci] Formatting
1 parent 9f08304 commit 77ea6f8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Diff for: pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<groupId>org.mybatis</groupId>
2424
<artifactId>mybatis-parent</artifactId>
2525
<version>45</version>
26-
<relativePath/>
26+
<relativePath />
2727
</parent>
2828

2929
<groupId>org.mybatis.scripting</groupId>
@@ -196,7 +196,7 @@
196196
</goals>
197197
</pluginExecutionFilter>
198198
<action>
199-
<ignore/>
199+
<ignore />
200200
</action>
201201
</pluginExecution>
202202
</pluginExecutions>

Diff for: src/test/java/org/mybatis/scripting/thymeleaf/integrationtest/mapper/OneWayPersonMapper.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018-2022 the original author or authors.
2+
* Copyright 2018-2024 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -17,7 +17,7 @@
1717

1818
import java.util.List;
1919

20-
import org.apache.ibatis.annotations.*;
20+
import org.apache.ibatis.annotations.Select;
2121
import org.mybatis.scripting.thymeleaf.integrationtest.domain.Mail;
2222

2323
public interface OneWayPersonMapper {

Diff for: src/test/java/org/mybatis/scripting/thymeleaf/integrationtest/mapper/XmlNameMapper.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018-2022 the original author or authors.
2+
* Copyright 2018-2024 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -17,7 +17,7 @@
1717

1818
import java.util.List;
1919

20-
import org.apache.ibatis.annotations.*;
20+
import org.apache.ibatis.annotations.Param;
2121
import org.mybatis.scripting.thymeleaf.integrationtest.domain.Name;
2222

2323
public interface XmlNameMapper {

0 commit comments

Comments
 (0)