2013/10/18 Dave Newton :
> On Fri, Oct 18, 2013 at 8:01 AM, Lukasz Lenart wrote:
>
>> Also changed order of methods in acceptableName() method to first
>> check "excludeParams" and then "acceptParams"
>>
>
> Meaning if it's in the exclude list it doesn't check accepted?
Yes,
boolean accepted = is
On Fri, Oct 18, 2013 at 8:01 AM, Lukasz Lenart wrote:
> Also changed order of methods in acceptableName() method to first
> check "excludeParams" and then "acceptParams"
>
Meaning if it's in the exclude list it doesn't check accepted?
Dave