Skip to content

Commit

Permalink
[Java] Javadoc typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpt777 committed May 31, 2022
1 parent fb45ec2 commit 850897d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aeron-archive/src/main/java/io/aeron/archive/Archive.java
Original file line number Diff line number Diff line change
Expand Up @@ -2559,7 +2559,7 @@ static String segmentFileName(final long recordingId, final long segmentBasePosi
*
* @param directory which will store the files created by the archive.
* @param fileSyncLevel to be applied for file updates, {@link Archive.Configuration#FILE_SYNC_LEVEL_PROP_NAME}.
* @return the the {@link FileChannel} for the parent directory for the recordings and catalog if fileSyncLevel
* @return the {@link FileChannel} for the parent directory for the recordings and catalog if fileSyncLevel
* greater than zero otherwise null.
*/
static FileChannel channelForDirectorySync(final File directory, final int fileSyncLevel)
Expand Down

0 comments on commit 850897d

Please sign in to comment.