Issue Details (XML | Word | Printable)

Key: CHAIN-1
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Trivial Trivial
Assignee: Unassigned
Reporter: Sergio Moretto
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Commons Chain

[chain] Code fragment incorrect

Created: 12/Dec/04 07:36 PM   Updated: 02/Jan/08 07:01 AM
Component/s: None
Affects Version/s: None
Fix Version/s: 1.1

Time Tracking:
Not Specified

Environment:
Operating System: All
Platform: All

Bugzilla Id: 32655


 Description  « Hide
Code fragment from 'cookbook' is incorrect:

in 'ProfileCheck' class the method 'newProfile' should return 'Profile' not a
boolean.

public boolean newProfile(Context context) { return new Profile(); }

should be:

public Profile newProfile(Context context) { return new Profile(); }



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
There are no subversion log entries for this issue yet.