Skip to content

Commit 35fad1e

Browse files
committed
Author
1 parent 3e2ef3b commit 35fad1e

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

spring-test-smart-context/src/main/java/com/github/seregamorph/testsmartcontext/TestClassExtractor.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
import java.util.function.Function;
44

5+
/**
6+
* @author Sergey Chernov
7+
*/
58
public abstract class TestClassExtractor<T> {
69

710
private final ItemType itemType;

spring-test-smart-context/src/main/java/com/github/seregamorph/testsmartcontext/jdbc/CloseableDelegatingDataSource.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
/**
99
* Closeable DataSource which delegates close call to target
10+
*
11+
* @author Sergey Chernov
1012
*/
1113
public class CloseableDelegatingDataSource extends DelegatingDataSource implements Closeable {
1214

0 commit comments

Comments
 (0)