@@ -354,7 +354,6 @@ public List<String> annotationsList() {
354354 public abstract String exclude ();
355355
356356 /**
357- * A list of exclude.
358357 * Exclude certain road types from routing. The default is to not exclude anything from the
359358 * profile selected. The following exclude flags are available for each profile:
360359 * <p>
@@ -397,7 +396,6 @@ public List<String> excludeList() {
397396 public abstract String include ();
398397
399398 /**
400- * A list of include.
401399 * Include certain road types in routing. By default, none of the road types listed below
402400 * are included. The following include flags are available for each profile:
403401 * <p>
@@ -1263,7 +1261,7 @@ public Builder annotationsList(@Nullable List<String> annotations) {
12631261 public abstract Builder exclude (@ Nullable @ DirectionsCriteria .ExcludeCriteria String exclude );
12641262
12651263 /**
1266- * A list of exclude. Exclude certain road types from routing.
1264+ * Exclude certain road types from routing.
12671265 * The default is to not exclude anything from the profile selected.
12681266 * The following exclude flags are available for each profile:
12691267 * <p>
@@ -1313,7 +1311,7 @@ public Builder excludeList(@Nullable List<String> exclude) {
13131311 public abstract Builder include (@ Nullable @ DirectionsCriteria .IncludeCriteria String include );
13141312
13151313 /**
1316- * A list of include. Include certain road types in routing.
1314+ * Include certain road types in routing.
13171315 * By default, none of the road types listed below are included.
13181316 * The following include flags are available for each profile:
13191317 * <p>
0 commit comments