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

neil_a_wilson
29.26.2006 68501b2b27f28665066338acfafc819f67bb129b
Update the DirectoryServer and BindOperation classes to add missing private
modifiers for member variables.
2 files modified
6 ■■■■ changed files
opends/src/server/org/opends/server/core/BindOperation.java 4 ●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/core/DirectoryServer.java 2 ●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/core/BindOperation.java
@@ -167,11 +167,11 @@
  // The password policy error type that should be included in the response
  // control
  PasswordPolicyErrorType pwPolicyErrorType;
  private PasswordPolicyErrorType pwPolicyErrorType;
  // The password policy warning type that should be included in the response
  // control
  PasswordPolicyWarningType pwPolicyWarningType;
  private PasswordPolicyWarningType pwPolicyWarningType;
  // The password policy state information for this bind operation.
  private PasswordPolicyState pwPolicyState;
opends/src/server/org/opends/server/core/DirectoryServer.java
@@ -466,7 +466,7 @@
  private RootDSEBackend rootDSEBackend;
  // The SASL mechanism config manager for the Directory Server.
  SASLConfigManager saslConfigManager;
  private SASLConfigManager saslConfigManager;
  // The schema for the Directory Server.
  private Schema schema;