Issue Details (XML | Word | Printable)

Key: FWK-110
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Sergey Tchuvilin
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JCaptcha Framework

Need to fix method scope of Gimpy class

Created: 21/Mar/09 09:00 PM   Updated: 21/Mar/09 09:00 PM
Component/s: None
Affects Version/s: None
Fix Version/s: None


 Description  « Hide
    Gimpy(String question, BufferedImage challenge, String response, boolean caseSensitive) {
        super(question, challenge);
        this.response = response;
        this.caseSensitive=caseSensitive;
    }

    Gimpy(String question, BufferedImage challenge, String response) {
        this(question, challenge, response, true);
    }

they have package scope, but need to be public or protected. Sometimes there is need to create own Factories overriding some methods in this class.

Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.