Skip to content

Commit

Permalink
Non-logical changes made by maven plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
harawata committed Nov 14, 2020
1 parent 0dfe83d commit db52f7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2010-2019 the original author or authors.
* Copyright 2010-2020 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -389,8 +389,8 @@ void testScanWithMapperFactoryBeanClass() {
void testMapperBeanAttribute() {
startContext();

assertThat(applicationContext.getBeanDefinition("annotatedMapper").getAttribute(ClassPathMapperScanner.FACTORY_BEAN_OBJECT_TYPE))
.isEqualTo(AnnotatedMapper.class.getName());
assertThat(applicationContext.getBeanDefinition("annotatedMapper")
.getAttribute(ClassPathMapperScanner.FACTORY_BEAN_OBJECT_TYPE)).isEqualTo(AnnotatedMapper.class.getName());
}

private void setupSqlSessionFactory(String name) {
Expand Down

0 comments on commit db52f7d

Please sign in to comment.