Skip to content

Commit bb3d889

Browse files
Update Device.java (#246)
1 parent 812c14a commit bb3d889

File tree

1 file changed

+4
-4
lines changed
  • sdk-java/src/main/java/ly/count/sdk/java/internal

1 file changed

+4
-4
lines changed

sdk-java/src/main/java/ly/count/sdk/java/internal/Device.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ public class Device {
2929
private Boolean online;
3030
private Boolean muted;
3131
private Log L;
32+
33+
/**
34+
* One second in nanoseconds
35+
*/
3236
protected static final Double NS_IN_SECOND = 1_000_000_000.0d;
3337
protected static final Double NS_IN_MS = 1_000_000.0d;
3438
protected static final Double MS_IN_SECOND = 1000d;
@@ -44,10 +48,6 @@ public void setLog(Log L) {
4448
this.L = L;
4549
}
4650

47-
/**
48-
* One second in nanoseconds
49-
*/
50-
5151
/**
5252
* Get operation system name
5353
*

0 commit comments

Comments
 (0)