tomprodehl

Results 2 comments of tomprodehl

Wouldn't the signature more likely be ``` public Long getTime() { return time; //return of long provided to most recent call to setTime or null } ``` or ``` public...

My understanding is that moving classes to different packages is not necessary, one needs to define a module and define what it requires and what it exports.