SpinSi opened a new issue #2235:
URL: https://github.com/apache/rocketmq/issues/2235


   最近在看源码,发现org.apache.rocketmq.common.SystemClock 
   只有这个功能,为啥要新创建个SystemClock类呢?
   package org.apache.rocketmq.common;
   
   public class SystemClock {
       public long now() {
           return System.currentTimeMillis();
       }
   }


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to