Skip to content

Commit bd8abc6

Browse files
Alexandre Dutraolim7t
authored andcommitted
Fix typos in examples javadoc
1 parent 36360f8 commit bd8abc6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

driver-examples/src/main/java/com/datastax/driver/examples/basic/CreateAndPopulateKeyspace.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* - a Cassandra cluster is running and accessible through the contacts points identified by CONTACT_POINTS and PORT.
2828
* <p/>
2929
* Side effects:
30-
* - creates a new keyspace "simplex" in the cluster. It a keyspace with this name already exists, it will be reused;
30+
* - creates a new keyspace "simplex" in the cluster. If a keyspace with this name already exists, it will be reused;
3131
* - creates two tables "simplex.songs" and "simplex.playlists". If they exist already, they will be reused;
3232
* - inserts a row in each table.
3333
*

driver-examples/src/main/java/com/datastax/driver/examples/datatypes/Blobs.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* - FILE references an existing file.
3838
* <p/>
3939
* Side effects:
40-
* - creates a new keyspace "examples" in the cluster. It a keyspace with this name already exists, it will be reused;
40+
* - creates a new keyspace "examples" in the cluster. If a keyspace with this name already exists, it will be reused;
4141
* - creates a table "examples.blobs". If it already exists, it will be reused;
4242
* - inserts data in the table.
4343
*/

driver-examples/src/main/java/com/datastax/driver/examples/json/PlainTextJson.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* PORT;
2929
* <p/>
3030
* Side effects:
31-
* - creates a new keyspace "examples" in the cluster. It a keyspace with this name already exists, it will be reused;
31+
* - creates a new keyspace "examples" in the cluster. If a keyspace with this name already exists, it will be reused;
3232
* - creates a table "examples.querybuilder_json". If it already exists, it will be reused;
3333
* - inserts data in the table.
3434
*

0 commit comments

Comments
 (0)