Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhubner committed Aug 29, 2024
1 parent 83e31ae commit a1137f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/rocksjni/portal.h
Original file line number Diff line number Diff line change
Expand Up @@ -6852,7 +6852,7 @@ class ColumnFamilyDescriptorJni : public JavaClass {
* @param jcf_descriptors The JNI long array containing column family
* descriptors.
* @return A `std::vector` of `ROCKSDB_NAMESPACE::ColumnFamilyDescriptor`.
* Returns an empty vector if exception occure.
* Returns an empty vector if an exception occurs.
*/
static std::vector<ROCKSDB_NAMESPACE::ColumnFamilyDescriptor>
jcf_descriptorsToVec(JNIEnv* env, jlongArray jcf_descriptors) {
Expand Down

0 comments on commit a1137f1

Please sign in to comment.