Added default values to file download behaviour

This commit is contained in:
Ziver Koc 2014-08-07 12:59:42 +02:00
parent 031250e437
commit 692bd33bd3

View file

@ -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