Added default values to file download behaviour
This commit is contained in:
parent
031250e437
commit
692bd33bd3
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ public class UeBehaviourFileDownload extends UeBehaviour {
|
|||
private static final Logger log = Logger.getLogger(UeBehaviourFileDownload.class);
|
||||
|
||||
@Configurable("File address")
|
||||
private String url;
|
||||
private String url = "http://speedtest.ftp.otenet.gr/files/test1Mb.db";
|
||||
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue