Skip to content

Commit 73d3045

Browse files
committed
enhance the code
1 parent 4a1929f commit 73d3045

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

src/main/java/org/teasoft/spring/boot/config/BeeAutoConfiguration.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@
3737
@AutoConfigureAfter({ BeeManageConfig.class, DataSourceAutoConfiguration.class, BeeXmlConfiguration.class })
3838
public class BeeAutoConfiguration {
3939

40-
public BeeAutoConfiguration() {
41-
}
40+
public BeeAutoConfiguration() {}
4241

4342
@Bean
4443
@ConditionalOnMissingBean

src/main/java/org/teasoft/spring/boot/config/BeeXmlConfiguration.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
* limitations under the License.
1616
*/
1717

18-
1918
package org.teasoft.spring.boot.config;
2019

2120
import org.springframework.context.annotation.Configuration;
@@ -29,7 +28,6 @@
2928
@ImportResource("classpath:beeContext.xml")
3029
public class BeeXmlConfiguration {
3130

32-
public BeeXmlConfiguration() {
33-
}
31+
public BeeXmlConfiguration() {}
3432

3533
}

0 commit comments

Comments
 (0)