Fix various Javadoc warnings

Issue: SPR-10128
This commit is contained in:
Chris Beams
2012-12-17 10:14:56 +01:00
parent 84e2be4412
commit 8597ec25ec
9 changed files with 18 additions and 20 deletions

View File

@@ -251,7 +251,7 @@ public class DatabasePopulatorTests {
}
/**
* @see SPR-9457
* See SPR-9457
*/
@Test
public void usesBoundConnectionIfAvailable() throws SQLException {
@@ -269,7 +269,7 @@ public class DatabasePopulatorTests {
}
/**
* @see SPR-9781
* See SPR-9781
*/
@Test(timeout = 1000)
public void executesHugeScriptInReasonableTime() throws SQLException {