Closed shenlian8 closed 5 years ago
Hi,
the access modifier of function Runner.setupMaxTimeTimer() is default.
/** * Setup MaxTimeActiveTimer. * @param maxTime the maxTime in milliseconds. */ void setupMaxTimeTimer(long maxTime) { this.maxTimeTimer = new MaxTimeActiveTimer(maxTime); }
As I am using this function in another package would you please change this function in public, like other functions.
It should be nice if you can make the change from 3.24.
Thanks!
Lian
I made Runner#setupMaxTimeTimer() public, and released 3.27.1. Please check it.
Runner#setupMaxTimeTimer()
Yes it works. Thanks!
Hi,
the access modifier of function Runner.setupMaxTimeTimer() is default.
As I am using this function in another package would you please change this function in public, like other functions.
It should be nice if you can make the change from 3.24.
Thanks!
Lian