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

neil_a_wilson
28.51.2006 f4a68acb685b657987ef3d370632e79f6bb1bea3
Fix a simple copy-and-paste error that was missed when the IntermediateResponse
object was moved from the core package to the types package.
1 files modified
2 ■■■ changed files
opends/src/server/org/opends/server/types/IntermediateResponse.java 2 ●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/types/IntermediateResponse.java
@@ -50,7 +50,7 @@
   * The fully-qualified name of this class for debugging purposes.
   */
  private static final String CLASS_NAME =
       "org.opends.server.core.IntermediateResponse";
       "org.opends.server.types.IntermediateResponse";