Skip to content

Commit

Permalink
Improve fs.layout description annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua committed Nov 27, 2024
1 parent 2213dce commit b854cb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public Layout getLayout()
}

@Config("fs.layout")
@ConfigDescription("Spooled segments filesystem layout")
@ConfigDescription("File system layout for spooled segments storage")
public FileSystemSpoolingConfig setLayout(Layout layout)
{
this.layout = layout;
Expand Down

0 comments on commit b854cb7

Please sign in to comment.