Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd87bc4b

Browse files
committed
JavaDoc corrections (followslmdbjava#217)
1 parent288bb09 commitd87bc4b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎src/main/java/org/lmdbjava/TargetName.java‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ public final class TargetName {
5050

5151
/**
5252
* Java system property name that can be set to override the embedded library
53-
* that will be used. This is likely to required if automatic resolution fails
54-
* but the user still prefers to use an LmdbJava-bundled library.
53+
* that will be used. This is likely to be required if automatic resolution
54+
* fails but the user still prefers to use an LmdbJava-bundled library. This
55+
* path must include the classpath prefix (usually <code>org/lmdbjava</code>).
5556
*/
5657
publicstaticfinalStringLMDB_EMBEDDED_LIB_PROP ="lmdbjava.embedded.lib";
5758
/**
5859
* Java system property name that can be set to provide a custom path to an
59-
* external LMDB system library. This path must include the classpath prefix
60-
* (usually <code>org/lmdbjava</code>).
60+
* external LMDB system library.
6161
*/
6262
publicstaticfinalStringLMDB_NATIVE_LIB_PROP ="lmdbjava.native.lib";
6363
/**

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp