mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noël Rouvignac
08.12.2016 92dc4718cdde8ca11939ee21c7dfc199dcab2fbe
refs
author Jean-Noël Rouvignac <jean-noel.rouvignac@forgerock.com>
Monday, February 8, 2016 14:12 +0100
committer Jean-Noël Rouvignac <jean-noel.rouvignac@forgerock.com>
Monday, February 8, 2016 14:15 +0100
commit92dc4718cdde8ca11939ee21c7dfc199dcab2fbe
tree e44b58d918ad5e4919af93306ba8e76e512e0fb5 tree | zip | gz
parent 3610cc2b7bc4fa3228f18e361823035064d5aa0b view | diff
AttributeType to AttributeDescription in CompareOperationBasis

CompareOperationBasis.java:
In the constructor, changed the AttributeType parameter to AttributeDescription
in order to match the behaviour of the rawAttributeType String parameter.

InternalClientConnection.java:
Changed the AttributeType parameters to AttributeDescription.
Removed unused methods.

*TestCase.juava:
Consequence of the changes to InternalClientConnection.
5 files modified
242 ■■■■■ changed files
opendj-server-legacy/src/main/java/org/opends/server/core/CompareOperationBasis.java 22 ●●●● diff | view | raw | blame | history
opendj-server-legacy/src/main/java/org/opends/server/protocols/internal/InternalClientConnection.java 156 ●●●●● diff | view | raw | blame | history
opendj-server-legacy/src/test/java/org/opends/server/protocols/internal/InternalClientConnectionTestCase.java 46 ●●●● diff | view | raw | blame | history
opendj-server-legacy/src/test/java/org/opends/server/protocols/jmx/JmxPrivilegeTestCase.java 5 ●●●●● diff | view | raw | blame | history
opendj-server-legacy/src/test/java/org/opends/server/types/PrivilegeTestCase.java 13 ●●●●● diff | view | raw | blame | history