MCPcopy Create free account
hub / github.com/OWASP/SecurityShepherd / nvl

Method nvl

src/main/java/servlets/MobileLogin.java:138–141  ·  view source on GitHub ↗
(String x, String def)

Source from the content-addressed store, hash-verified

136
137 //Handy
138 private static String nvl(String x, String def)
139 {
140 return (x == null? def : x);
141 }
142
143 /**
144 * Redirects user to index.jsp

Callers 1

doPostMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected