Skip to content

Commit

Permalink
[Java] Fix config not found issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Jan 14, 2025
1 parent c8d3f67 commit 8a06415
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,6 @@ public Context countersValuesBuffer(final UnsafeBuffer countersValuesBuffer)
* @return true if the configuration should be printed on start.
* @see CommonContext#PRINT_CONFIGURATION_ON_START_PROP_NAME
*/
@Config
public boolean printConfigurationOnStart()
{
return printConfigurationOnStart;
Expand Down

0 comments on commit 8a06415

Please sign in to comment.