#290 - Removed obsolete @Autowired annotations.
This commit is contained in:
@@ -31,7 +31,7 @@ import org.springframework.data.mongodb.core.aggregation.AggregationResults;
|
||||
* @author Thomas Darimont
|
||||
* @author Oliver Gierke
|
||||
*/
|
||||
@RequiredArgsConstructor(onConstructor = @__(@Autowired))
|
||||
@RequiredArgsConstructor
|
||||
class OrderRepositoryImpl implements OrderRepositoryCustom {
|
||||
|
||||
private final MongoOperations operations;
|
||||
|
||||
Reference in New Issue
Block a user