Skip to content

Commit

Permalink
Remove misleading sentence from the javadoc (#28402)
Browse files Browse the repository at this point in the history
  • Loading branch information
bot-gradle committed Mar 8, 2024
2 parents 6437c0d + 3d8e891 commit ab30a66
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -164,7 +164,6 @@ public interface HasMultipleValues<T> extends HasConfigurableValue, SupportsConv
* Adds an element to the property value.
*
* <p>The given provider will be queried when the value of this property is queried.
* This property will have no value when the given provider has no value.
*
* <p>
* When invoked on a property with no value, this method first sets the value
Expand Down Expand Up @@ -213,7 +212,6 @@ public interface HasMultipleValues<T> extends HasConfigurableValue, SupportsConv
* Adds zero or more elements to the property value.
*
* <p>The given provider will be queried when the value of this property is queried.
* This property will have no value when the given provider has no value.
*
* <p>
* When invoked on a property with no value, this method first sets the value
Expand Down

0 comments on commit ab30a66

Please sign in to comment.