Class RealClock

java.lang.Object
com.atlassian.jira.util.RealClock
All Implemented Interfaces:
com.atlassian.core.util.Clock

@Deprecated public final class RealClock extends Object implements com.atlassian.core.util.Clock
Deprecated.
Use Clock instead
A clock implementation the returns the current time.
Since:
v4.0
  • Method Details

    • getCurrentDate

      public Date getCurrentDate()
      Deprecated.
      Specified by:
      getCurrentDate in interface com.atlassian.core.util.Clock
    • getInstance

      public static RealClock getInstance()
      Deprecated.