Skip to content

Commit

Permalink
Fix naming on ChronicleQueueBuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
lburgazzoli committed Jan 29, 2016
1 parent 6d0b371 commit f3013ae
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -335,7 +335,7 @@ public ReplicaChronicleQueueBuilder source() {
return new SourceChronicleQueueBuilder(this);
}

public IndexedChronicleQueueBuilder fileGrowthListener(FileLifecycleListener fileLifecycleListener) {
public IndexedChronicleQueueBuilder fileLifecycleListener(FileLifecycleListener fileLifecycleListener) {
this.fileLifecycleListener = fileLifecycleListener;
return this;
}
Expand Down

0 comments on commit f3013ae

Please sign in to comment.