summaryrefslogtreecommitdiff
path: root/test/files/presentation/akka/src/com/eaio/uuid/UUIDGen.java
diff options
context:
space:
mode:
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() {