Skip to content
This repository was archived by the owner on May 30, 2019. It is now read-only.

Commit de81796

Browse files
Charles Greerlaurelnaiad
authored andcommitted
Update test to compile with Java release
1 parent 8c78ae6 commit de81796

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

appserver/java-spring/src/test/java/com/marklogic/samplestack/mock/MockPojoRepositoryImpl.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,11 @@ public Contributor next() {
240240
return null;
241241
}
242242

243+
@Override
244+
public void close() {
245+
//noop
246+
}
247+
243248
}
244249

245250
@Override

0 commit comments

Comments
 (0)