Skip to content
Snippets Groups Projects
Commit 50ff4246 authored by srosse's avatar srosse
Browse files

OO-4209: real null in OpenMeetings Module (patch S. Clemenz)

parent 9f13fabd
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ public class OpenMeetingsModule extends AbstractSpringModule implements ConfigO
private String adminLogin;
@Value("${vc.openmeetings.adminpassword}")
private String adminPassword;
@Value("${vc.openmeetings.supportemail:null}")
@Value("${vc.openmeetings.supportemail:#{null}}")
private String supportEmail;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment