Skip to content
Merged
Show file tree
Hide file tree
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 @@ -147,7 +147,6 @@ public abstract static class Builder {
* @return this builder for chaining options together
* @since 3.0.0
*/
@Nullable
public abstract Builder text(@NonNull String text);

/**
Expand All @@ -157,7 +156,6 @@ public abstract static class Builder {
* @return this builder for chaining options together
* @since 3.0.0
*/
@Nullable
public abstract Builder components(List<BannerComponents> components);

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,6 @@ public abstract Builder overview(
* @return this builder for chaining options together
* @since 3.0.0
*/
@Nullable
public abstract Builder exclude(@NonNull String exclude);

/**
Expand All @@ -565,7 +564,6 @@ public abstract Builder overview(
* @return this builder for chaining options together
* @since 3.2.0
*/
@Nullable
public abstract Builder approaches(String approaches);

/**
Expand All @@ -575,7 +573,6 @@ public abstract Builder overview(
* @return this builder for chaining options together
* @since 4.4.0
*/
@Nullable
public abstract Builder waypointIndices(@Nullable String indices);

/**
Expand All @@ -585,7 +582,6 @@ public abstract Builder overview(
* @return this builder for chaining options together
* @since 3.3.0
*/
@Nullable
public abstract Builder waypointNames(@Nullable String waypointNames);

/**
Expand All @@ -595,10 +591,8 @@ public abstract Builder overview(
* @return this builder for chaining options together
* @since 4.3.0
*/
@Nullable
public abstract Builder waypointTargets(@Nullable String waypointTargets);


/**
* To be used to specify settings for use with the walking profile.
*
Expand Down