mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Add @Override annotations to test sources
Issue: SPR-10129
This commit is contained in:
@@ -26,6 +26,7 @@ import org.springframework.stereotype.Repository;
|
||||
@Qualifier("testing")
|
||||
public class StubFooDao implements FooDao {
|
||||
|
||||
@Override
|
||||
public String findFoo(int id) {
|
||||
return "bar";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user