2
0
Fork 0

Upgraded backend api with generics.

This commit is contained in:
Willem Cazander 2014-05-28 14:16:03 +02:00
parent 9a6227be5b
commit 1b3e65fa83
53 changed files with 282 additions and 256 deletions

View file

@ -156,7 +156,11 @@ public class VascControllerService {
@Override
public void controllerEvent(VascEventControllerType type,Object eventObject) {
generateRequest = System.currentTimeMillis();
if (bootDone > 0) {
generateRequest = System.currentTimeMillis();
} else {
generateBundle();
}
}
public void generateBundle() {