Replace "you're"
This commit replaces "you're" with some other structure, often simplifying the sentence in the process. Also checked for words that end with "'ll" and "n't" but did not find any. See gh-28710
This commit is contained in:
committed by
Andy Wilkinson
parent
00fa0fb769
commit
e629e77b29
@@ -431,7 +431,7 @@ For more advanced driver customizations, you can register an arbitrary number of
|
||||
The `CqlSession` can be customized with a bean of type `CqlSessionBuilderCustomizer`.
|
||||
====
|
||||
|
||||
NOTE: If you're using `CqlSessionBuilder` to create multiple `CqlSession` beans, keep in mind the builder is mutable so make sure to inject a fresh copy for each session.
|
||||
NOTE: If you use `CqlSessionBuilder` to create multiple `CqlSession` beans, keep in mind the builder is mutable so make sure to inject a fresh copy for each session.
|
||||
|
||||
The following code listing shows how to inject a Cassandra bean:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user