Upgraded backend api with generics.
This commit is contained in:
parent
9a6227be5b
commit
1b3e65fa83
53 changed files with 282 additions and 256 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue