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
mark old methods and parameters of the annotation @Deprecated
add get/set methods to the TimeOutDuration. These methods should get and set an instance of 'java.time.Duration'
WithTimeout should have a parameter of the java.time.temporal.ChronoUnit
Details
Java 8 is more powerful than 7. Also I think it is more correct way to use the native and general java.time package instead of more specifical java.util.concurrent in our case.
The text was updated successfully, but these errors were encountered:
Description
mark old methods and parameters of the annotation
@Deprecated
add get/set methods to the TimeOutDuration. These methods should get and set an instance of 'java.time.Duration'
WithTimeout should have a parameter of the
java.time.temporal.ChronoUnit
Details
Java 8 is more powerful than 7. Also I think it is more correct way to use the native and general
java.time
package instead of more specificaljava.util.concurrent
in our case.The text was updated successfully, but these errors were encountered: