summaryrefslogtreecommitdiff
path: root/test/files/presentation/akka/src/com/eaio/uuid/UUIDGen.java
diff options
context:
space:
mode:
authorHubert Plociniczak <hubert.plociniczak@epfl.ch>2011-11-02 14:34:35 +0000
committerHubert Plociniczak <hubert.plociniczak@epfl.ch>2011-11-02 14:34:35 +0000
commitb6778be91900b8161e705dc2598ef7af86842b0b (patch)
treed15e8ec18a37eec212f50f1ace27714d7e7d4d34 /test/files/presentation/akka/src/com/eaio/uuid/UUIDGen.java
parentac6c76f26d884a94d0c9ff54f055d3f9ab750bac (diff)
downloadscala-b6778be91900b8161e705dc2598ef7af86842b0b.tar.gz
scala-b6778be91900b8161e705dc2598ef7af86842b0b.tar.bz2
scala-b6778be91900b8161e705dc2598ef7af86842b0b.zip
Begone t1737...
Diffstat (limited to 'test/files/presentation/akka/src/com/eaio/uuid/UUIDGen.java')
-rw-r--r--test/files/presentation/akka/src/com/eaio/uuid/UUIDGen.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/files/presentation/akka/src/com/eaio/uuid/UUIDGen.java b/test/files/presentation/akka/src/com/eaio/uuid/UUIDGen.java
index a42ed666bc..7b63f65447 100644
--- a/test/files/presentation/akka/src/com/eaio/uuid/UUIDGen.java
+++ b/test/files/presentation/akka/src/com/eaio/uuid/UUIDGen.java
@@ -73,7 +73,7 @@ public final class UUIDGen {
* The last time value. Used to remove duplicate UUIDs.
*/
private static long lastTime = Long.MIN_VALUE;
-
+
/**
* The cached MAC address.
*/
@@ -232,11 +232,11 @@ public final class UUIDGen {
public static long newTime() {
return createTime(System.currentTimeMillis());
}
-
+
/**
* Creates a new time field from the given timestamp. Note that even identical
* values of <code>currentTimeMillis</code> will produce different time fields.
- *
+ *
* @param currentTimeMillis the timestamp
* @return a new time value
* @see UUID#getTime()
@@ -271,10 +271,10 @@ public final class UUIDGen {
return time;
}
-
+
/**
* Returns the MAC address. Not guaranteed to return anything.
- *
+ *
* @return the MAC address, may be <code>null</code>
*/
public static String getMACAddress() {