REQ-2752: a lot of staff
This commit is contained in:
parent
4a3171e913
commit
1631bd3ef2
@ -68,8 +68,7 @@ public class UrlConfig {
|
||||
@JSONField(serialize = false)
|
||||
public MobileUrlConfig getOrCreateAppWorker() {
|
||||
if (appWorker == null)
|
||||
appWorker = new MobileUrlConfig();
|
||||
return appWorker;
|
||||
appWorker = new MobileUrlConfig();return appWorker;
|
||||
}
|
||||
|
||||
@JSONField(serialize = false)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user