Skip to content

Commit

Permalink
MAINT: doc string
Browse files Browse the repository at this point in the history
Signed-off-by: George Chen <qchea@amazon.com>
  • Loading branch information
chenqi0805 committed Oct 9, 2024
1 parent 47c9ac5 commit 411ba9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class ServiceMapProcessorConfig {

@NotEmpty
@JsonProperty(DB_PATH)
@JsonPropertyDescription("Represents folder path for database storing transient data off-heap " +
@JsonPropertyDescription("Represents folder path for creating database files storing transient data off heap memory" +
"when processing service-map data. Default value is <code>data/service-map/</code>")
private String dbPath = DEFAULT_DB_PATH;

Expand Down

0 comments on commit 411ba9c

Please sign in to comment.