Bugfixing und erste Unit Tests erstellt.

This commit is contained in:
Lucas Pleß 2012-03-06 01:24:18 +01:00
parent 542a91f3d5
commit bae9549aff
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ public abstract class BuntiDevice {
}
public BuntiDevice(int deviceId, String deviceName) {
this(deviceId,deviceName,0);
this(deviceId,deviceName,System.currentTimeMillis());
}
public final int getDeviceId() {