Menu

#17 TheBox.report(String, String)

open
nobody
None
4
2009-02-22
2009-02-22
Betlista
No

In comment of the method from summary there is comment:

* @param report message which to display. If it ends with '+' it will
* be just printed to the standard output, if it ends with '*', the focus
* will be returned back after displaying the message.

but the body of this method contains:

if (report.startsWith("+"))
if (report.startsWith("*"))

any idea how this have to work?

Discussion


Log in to post a comment.