×

Loading...

I have not time to study the whole project. The constructor inside

protected BooleanConvert(String t, String f) {
trueString = t;
falseString = f;
}
Report