Skip to content

Commit

Permalink
Polish
Browse files Browse the repository at this point in the history
  • Loading branch information
snicoll committed Nov 29, 2021
1 parent 8d3c545 commit 1bb3f90
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -52,7 +52,7 @@ public interface Producible<E extends Enum<E> & Producible<E>> {
* of &#42;&#47;&#42; is provided, or if the accept header is missing. Only one value
* can be marked as default. If no value is marked, then the value with the highest
* {@link Enum#ordinal() ordinal} is used as the default.
* @return if this value
* @return if this value should be used as the default value
* @since 2.5.6
*/
default boolean isDefault() {
Expand Down

0 comments on commit 1bb3f90

Please sign in to comment.