This commit is contained in:
Sergey Gorbaty committed 2016-12-02 10:11:17 -08:00
1 parent e5325e4651
commit ce1817b971
1 file changed
+1 -1
@@ -314,7 +314,7 @@ public class Foo {
<code><![CDATA[
public class Foo {
public void test1() {
boolean isEmpty = String.isEmpty(ApexPages.currentPage().getParameters().get('foo'););
boolean isEmpty = String.isEmpty(ApexPages.currentPage().getParameters().get('foo'));
}
}
]]></code>