Skip to content

Commit 175b17d

Browse files
author
Putthibong Boonbong
committed
polishing
1 parent 7ad8c2f commit 175b17d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/mybatis/spring/mapper/MapperScannerConfigurer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public class MapperScannerConfigurer implements BeanFactoryPostProcessor, Initia
8888

8989
private Class<? extends Annotation> annotationClass;
9090

91-
private Class<? extends Object> markerInterface;
91+
private Class<?> markerInterface;
9292

9393
public void setBasePackage(String basePackage) {
9494
this.basePackage = basePackage;
@@ -102,7 +102,7 @@ public void setAnnotationClass(Class<? extends Annotation> annotationClass) {
102102
this.annotationClass = annotationClass;
103103
}
104104

105-
public void setMarkerInterface(Class<? extends Object> superClass) {
105+
public void setMarkerInterface(Class<?> superClass) {
106106
this.markerInterface = superClass;
107107
}
108108

0 commit comments

Comments
 (0)