File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
src/test/java/org/apache/ibatis/executor/loader Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
- * Copyright 2009-2015 the original author or authors.
2
+ * Copyright 2009-2017 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
27
27
28
28
import org .apache .ibatis .domain .blog .Author ;
29
29
import org .apache .ibatis .executor .ExecutorException ;
30
+ import org .apache .ibatis .executor .loader .cglib .CglibProxyFactory ;
30
31
import org .apache .ibatis .reflection .factory .DefaultObjectFactory ;
31
32
import org .apache .ibatis .session .Configuration ;
32
33
import org .junit .Test ;
Original file line number Diff line number Diff line change 1
1
/**
2
- * Copyright 2009-2015 the original author or authors.
2
+ * Copyright 2009-2017 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
27
27
28
28
import org .apache .ibatis .domain .blog .Author ;
29
29
import org .apache .ibatis .executor .ExecutorException ;
30
+ import org .apache .ibatis .executor .loader .javassist .JavassistProxyFactory ;
30
31
import org .apache .ibatis .reflection .factory .DefaultObjectFactory ;
31
32
import org .apache .ibatis .session .Configuration ;
32
33
import org .junit .Test ;
You can’t perform that action at this time.
0 commit comments