We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3311fc8 commit 0042cdbCopy full SHA for 0042cdb
core/src/main/java/com/datastax/oss/driver/api/core/CqlIdentifier.java
@@ -43,7 +43,7 @@
43
*
44
* Examples:
45
46
- * <table summary="examples">
+ * <table>
47
* <tr><th>Create statement</th><th>Case-sensitive?</th><th>CQL id</th><th>Internal id</th></tr>
48
* <tr><td>CREATE TABLE t(foo int PRIMARY KEY)</td><td>No</td><td>foo</td><td>foo</td></tr>
49
* <tr><td>CREATE TABLE t(Foo int PRIMARY KEY)</td><td>No</td><td>foo</td><td>foo</td></tr>
0 commit comments