From 644a80be87e95ee06e3c81ddf1aaa44403667a30 Mon Sep 17 00:00:00 2001 From: Gilles Dubochet Date: Wed, 21 Jul 2010 16:35:26 +0000 Subject: [docs] The first comment contributed using Petr... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [docs] The first comment contributed using Petr Hošek's Colladoc. --- src/library/scala/compat/Platform.scala | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/library') diff --git a/src/library/scala/compat/Platform.scala b/src/library/scala/compat/Platform.scala index b6d7de2c56..bf402a7968 100644 --- a/src/library/scala/compat/Platform.scala +++ b/src/library/scala/compat/Platform.scala @@ -48,6 +48,11 @@ object Platform { val EOL = util.Properties.lineSeparator + /** The current time in milliseconds. The time is counted since 1 January 1970 + * UTC. + * + * Note that the operating system timer used to obtain this value may be less + * precise than a millisecond. */ @inline def currentTime: Long = System.currentTimeMillis() -- cgit v1.2.3