Bugfixing und erste Unit Tests erstellt.
This commit is contained in:
parent
542a91f3d5
commit
bae9549aff
|
@ -14,7 +14,7 @@ public abstract class BuntiDevice {
|
||||||
}
|
}
|
||||||
|
|
||||||
public BuntiDevice(int deviceId, String deviceName) {
|
public BuntiDevice(int deviceId, String deviceName) {
|
||||||
this(deviceId,deviceName,0);
|
this(deviceId,deviceName,System.currentTimeMillis());
|
||||||
}
|
}
|
||||||
|
|
||||||
public final int getDeviceId() {
|
public final int getDeviceId() {
|
||||||
|
|
Loading…
Reference in New Issue