Typo fix
This commit is contained in:
1 parent
e5325e4651
commit
ce1817b971
1 file changed
+1
-1
+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>
|
||||
|
||||
Reference in new issue
Block a user