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

lutoff
31.31.2007 ff6e1ddf0bccd6a40e0673f312a33dc0a76a87a1
opendj-sdk/opends/src/ads/org/opends/admin/ads/ADSContextException.java
@@ -151,7 +151,7 @@
  {
    if (toString == null)
    {
      toString = "ADSContextException: error type"+error+".";
      toString = "ADSContextException: error type "+error+".";
      if (getCause() != null)
      {
        toString += "  Root cause: "+getCause().toString();