Skip to content

Commit

Permalink
edit after rebase, forqak android
Browse files Browse the repository at this point in the history
Signed-off-by: Jingwei Hao <jingweih@lyft.com>
  • Loading branch information
Jingwei Hao committed Aug 5, 2020
1 parent 7d363fb commit 3ded59b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -111,7 +111,7 @@ open class EngineBuilder(
*
* @return this builder.
*/
fun addFilter(filterName: String, factory: () -> Filter): StreamClientBuilder {
fun addFilter(filterName: String, factory: () -> Filter): EngineBuilder {
this.filterChain.add(FilterFactory(filterName, factory))
return this
}
Expand Down

0 comments on commit 3ded59b

Please sign in to comment.