Issue Details (XML | Word | Printable)

Key: FWK-104
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Won't Fix
Priority: Minor Minor
Assignee: Antoine Véret
Reporter: David Hay
Votes: 0
Watchers: 0
Operations

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

Make Gimpy constructor public

Created: 24/Dec/08 05:11 PM   Updated: 03/Feb/09 11:43 PM   Resolved: 03/Feb/09 11:43 PM
Component/s: ENGINE
Affects Version/s: 1.0_RC6
Fix Version/s: None


 Description  « Hide
I came across a case where I wanted to create a new Gimpy object but was unable to do so because the constructor is package private. I'd like to request that the constructor be made public. To work around the issue I had to copy the Gimpy class and make the constructor public.

Sort Order: Ascending order - Click to sort in descending order
Antoine Véret added a comment - 03/Feb/09 11:43 PM
The Gimpy class has to be created by the GimpyFactory only