Skip to content

Commit 1a83930

Browse files
authored
Fix Javadoc issues (#3708)
Resolves #3707
1 parent 7b63113 commit 1a83930

File tree

1 file changed

+4
-4
lines changed
  • fdb-record-layer-core/src/main/java/com/apple/foundationdb/record/provider/foundationdb/keyspace

1 file changed

+4
-4
lines changed

fdb-record-layer-core/src/main/java/com/apple/foundationdb/record/provider/foundationdb/keyspace/package-info.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,10 @@
132132
* </pre>
133133
* In the above example, the FDB key of {@code ["root", "database", 8, "my-db"]} would be interpreted as follows:
134134
* <ul>
135-
* <li>"root" -> root</li>
136-
* <li>"database" -> database</li>
137-
* <li>8 -> dbId</li>
138-
* <li>"my-db" -> dbName</li>
135+
* <li>"root" - root</li>
136+
* <li>"database" - database</li>
137+
* <li>8 - dbId</li>
138+
* <li>"my-db" - dbName</li>
139139
* </ul>
140140
* and {@code ["root", "database", "my-db"]} would be considered illegal, as there is no way to match the "my-db" to a Directory node.
141141
* </p>

0 commit comments

Comments
 (0)