You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
com.vaadin.componentfactory.DateRange should be refactored to an interface. The existing code should be renamed to something like DateRangeActual or SimpleDateRange, etc. and implement the refactored DateRange interface. This will give a developer the opportunity to implement their own version of DateRange.
The text was updated successfully, but these errors were encountered:
com.vaadin.componentfactory.DateRange should be refactored to an interface. The existing code should be renamed to something like DateRangeActual or SimpleDateRange, etc. and implement the refactored DateRange interface. This will give a developer the opportunity to implement their own version of DateRange.
The text was updated successfully, but these errors were encountered: