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

lutoff
31.31.2007 df0a5c41f5f842f72916027b70cbae7359b34508
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();