Skip to content

Commit 2b5d4c4

Browse files
committed
Polish samples in doc
1 parent d7d1403 commit 2b5d4c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4277,7 +4277,6 @@ The following code listing shows how to inject a Cassandra bean:
42774277
42784278
private final CassandraTemplate template;
42794279
4280-
@Autowired
42814280
public MyBean(CassandraTemplate template) {
42824281
this.template = template;
42834282
}

0 commit comments

Comments
 (0)