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

matthew_swift
26.56.2009 3fee1abb41aafece3346f45db1dfe50237226814
opends/src/server/org/opends/server/extensions/PasswordPolicyStateExtendedOperation.java
@@ -773,7 +773,7 @@
      throws IOException
  {
    writer.writeStartSequence();
    writer.writeInteger(opType);
    writer.writeEnumerated(opType);
    if ((value != null))
    {
@@ -801,7 +801,7 @@
      throws IOException
  {
    writer.writeStartSequence();
    writer.writeInteger(opType);
    writer.writeEnumerated(opType);
    if ((values != null) && (values.length > 0))
    {
@@ -830,7 +830,7 @@
      throws IOException
  {
    writer.writeStartSequence();
    writer.writeInteger(opType);
    writer.writeEnumerated(opType);
    if ((values != null) && (values.size() > 0))
    {