Skip to content

Commit 12d45a0

Browse files
committed
[ci] Formatting
1 parent a1bc2d2 commit 12d45a0

File tree

10 files changed

+0
-10
lines changed

10 files changed

+0
-10
lines changed

src/test/java/org/apache/ibatis/mapping/VendorDatabaseIdProviderTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
1716
package org.apache.ibatis.mapping;
1817

1918
import static org.junit.jupiter.api.Assertions.*;

src/test/java/org/apache/ibatis/parsing/XNodeTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
1716
package org.apache.ibatis.parsing;
1817

1918
import static org.junit.jupiter.api.Assertions.assertEquals;

src/test/java/org/apache/ibatis/plugin/Mapper.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
1716
package org.apache.ibatis.plugin;
1817

1918
import org.apache.ibatis.annotations.Select;

src/test/java/org/apache/ibatis/reflection/wrapper/BeanWrapperTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
1716
package org.apache.ibatis.reflection.wrapper;
1817

1918
import static org.junit.jupiter.api.Assertions.*;

src/test/java/org/apache/ibatis/reflection/wrapper/MapWrapperTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
1716
package org.apache.ibatis.reflection.wrapper;
1817

1918
import static org.junit.jupiter.api.Assertions.*;

src/test/java/org/apache/ibatis/submitted/discriminator/Contract.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
1716
package org.apache.ibatis.submitted.discriminator;
1817

1918
public class Contract {

src/test/java/org/apache/ibatis/submitted/enum_with_method/Mood.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
1716
package org.apache.ibatis.submitted.enum_with_method;
1817

1918
public enum Mood {

src/test/java/org/apache/ibatis/submitted/enum_with_method/MoodTypeTypeHandler.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
1716
package org.apache.ibatis.submitted.enum_with_method;
1817

1918
import java.sql.CallableStatement;

src/test/java/org/apache/ibatis/submitted/literal_string/LiteralStringTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
1716
package org.apache.ibatis.submitted.literal_string;
1817

1918
import static org.junit.jupiter.api.Assertions.assertEquals;

src/test/java/org/apache/ibatis/submitted/literal_string/Mapper.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
1716
package org.apache.ibatis.submitted.literal_string;
1817

1918
import org.apache.ibatis.annotations.Insert;

0 commit comments

Comments
 (0)