提交 3d272ac1 编写于 作者: M mkiyama

minor fix for example java code.

上级 af995d58
......@@ -488,7 +488,7 @@ public class Fum
{
return (value == null)
? true
: (value.intValue() % 1) == 0;
: (value.intValue() % 2) == 0;
}
}</codeblock>
<p>The following two statements both yield true:</p>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册