blob: bb9577be596d4c2e74c1b5ee6bfb3fcde016848e [file] [log] [blame]
<html>
<body>
This quick fix prevent possible NullPonterException during chain methods or properties call.
E.g. <b><font color="#000080">domain?.getZone().getName()</font></b> replaces by <b><font color="#000080">domain?.getZone()?.getName()</font></b>
<br><small>Powered by InspectorGroovy</small>
</body>
</html>