Add @Override to remaining source files

Issue: SPR-10130
This commit is contained in:
Rob Winch
2013-05-13 16:47:34 -05:00
parent 30db112d37
commit 9468548116
1279 changed files with 5825 additions and 2 deletions

View File

@@ -43,6 +43,7 @@ public class Customer {
}
@Override
public String toString() {
return "Customer: id=" + id + "; forename=" + forename;
}

View File

@@ -50,6 +50,7 @@ public class RowMapperTests extends TestCase {
private List<TestBean> result;
@Override
@Before
public void setUp() throws SQLException {
connection = mock(Connection.class);