Skip to content

Commit e7dfe3b

Browse files
committed
Corrected references to the deprecated classes.
1 parent 2fe8e35 commit e7dfe3b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/test/java/org/apache/ibatis/executor/loader/CglibProxyTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2009-2015 the original author or authors.
2+
* Copyright 2009-2017 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.
@@ -27,6 +27,7 @@
2727

2828
import org.apache.ibatis.domain.blog.Author;
2929
import org.apache.ibatis.executor.ExecutorException;
30+
import org.apache.ibatis.executor.loader.cglib.CglibProxyFactory;
3031
import org.apache.ibatis.reflection.factory.DefaultObjectFactory;
3132
import org.apache.ibatis.session.Configuration;
3233
import org.junit.Test;

src/test/java/org/apache/ibatis/executor/loader/JavassistProxyTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2009-2015 the original author or authors.
2+
* Copyright 2009-2017 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.
@@ -27,6 +27,7 @@
2727

2828
import org.apache.ibatis.domain.blog.Author;
2929
import org.apache.ibatis.executor.ExecutorException;
30+
import org.apache.ibatis.executor.loader.javassist.JavassistProxyFactory;
3031
import org.apache.ibatis.reflection.factory.DefaultObjectFactory;
3132
import org.apache.ibatis.session.Configuration;
3233
import org.junit.Test;

0 commit comments

Comments
 (0)