Skip to content

Commit db52f7d

Browse files
committed
Non-logical changes made by maven plugins
1 parent 0dfe83d commit db52f7d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: src/main/java/org/mybatis/spring/MyBatisExceptionTranslator.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2010-2019 the original author or authors.
2+
* Copyright 2010-2020 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.

Diff for: src/test/java/org/mybatis/spring/mapper/MapperScannerConfigurerTest.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -389,8 +389,8 @@ void testScanWithMapperFactoryBeanClass() {
389389
void testMapperBeanAttribute() {
390390
startContext();
391391

392-
assertThat(applicationContext.getBeanDefinition("annotatedMapper").getAttribute(ClassPathMapperScanner.FACTORY_BEAN_OBJECT_TYPE))
393-
.isEqualTo(AnnotatedMapper.class.getName());
392+
assertThat(applicationContext.getBeanDefinition("annotatedMapper")
393+
.getAttribute(ClassPathMapperScanner.FACTORY_BEAN_OBJECT_TYPE)).isEqualTo(AnnotatedMapper.class.getName());
394394
}
395395

396396
private void setupSqlSessionFactory(String name) {

0 commit comments

Comments
 (0)