Original commit message

ChangeScribe message

Modified lexer to use Character.isWhitespace() for determining if a character is white space.

BUG - FEATURE: <type-ID>


This is a small modifier commit that does not change the system significantly. This change set is mainly composed of:


1. Changes to package org.apache.felix.framework.util.ldap:


1.1. Modifications to LdapLexer.java:


1.1.1. Modify conditional expression WHITESPACE.indexOf(peek()) >= 0 with Character.isWhitespace((char) peek()) at skipwhitespace() method

1.1.2. Remove (Object state) WHITESPACE attribute