Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejava
    /**	
     * Returns current cached wall-clock system timestamp in milliseconds.
	 *
     * @return the current cached wall-clock system timestamp in milliseconds
     */
	long currentSystemTimeMs();

...