Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Fix typo in Javadoc of ChannelTypeBuilder interface #5883

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public interface IChannelTypeBuilder<T extends IChannelTypeBuilder<T>> {
/**
* Specify whether this is an advanced channel, default is false
*
* @param advanced true is this is an advanced {@link ChannelType}
* @param advanced true if this is an advanced {@link ChannelType}
* @return this Builder
*/
T isAdvanced(boolean advanced);
Expand Down