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
Consider un-deprecating the constructor public ExampleDataGenerator(Class<T> type).
This is deprecated in favor of public ExampleDataGenerator(Class<T> type, LocalDateTime referenceTime). However, the former is simpler to use if one doesn't want to generate date-time data, or if one doesn't care about the reference time used.
The text was updated successfully, but these errors were encountered:
Consider un-deprecating the constructor
public ExampleDataGenerator(Class<T> type)
.This is deprecated in favor of
public ExampleDataGenerator(Class<T> type, LocalDateTime referenceTime)
. However, the former is simpler to use if one doesn't want to generate date-time data, or if one doesn't care about the reference time used.The text was updated successfully, but these errors were encountered: