Is this reversed?  Found many times in the Freenet code:                

        try {
                                priorityClass = 
Short.parseShort(priorityString, 10);
                                if((priorityClass < 
RequestStarter.MAXIMUM_PRIORITY_CLASS) ||
(priorityClass > RequestStarter.MINIMUM_PRIORITY_CLASS))
                                        throw new 
MessageInvalidException(ProtocolErrorMessage.INVALID_FIELD,
"Valid priorities are from "+RequestStarter.MAXIMUM_PRIORITY_CLASS+"
to "+RequestStarter.MINIMUM_PRIORITY_CLASS, identifier, global);
                        } catch (NumberFormatException e) {

-- 
I may disagree with what you have to say, but I shall defend, to the
death, your right to say it. - Voltaire
Those who would give up Liberty, to purchase temporary Safety, deserve
neither Liberty nor Safety. - Ben Franklin

Reply via email to