Skip to content

Commit b830d5f

Browse files
committed
Fix javadoc that used >, replacing with >
1 parent ec075d2 commit b830d5f

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" -&gt; root</li>
136+
* <li>"database" -&gt; database</li>
137+
* <li>8 -&gt; dbId</li>
138+
* <li>"my-db" -&gt; 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)