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

Ludovic Poitou
22.34.2012 b69076f37f22ce95c6a5504a17324cad591fe3c5
Code cleanup : use StringBuilder instead of StringBuffer.
1 files modified
2 ■■■ changed files
opends/src/guitools/org/opends/guitools/controlpanel/ui/ViewEntryPanel.java 2 ●●● patch | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/ViewEntryPanel.java
@@ -265,7 +265,7 @@
    if (!ocs.isEmpty() && (schema != null))
    {
      ObjectClassValue ocDesc = getObjectClassDescriptor(ocs, schema);
      StringBuffer sb = new StringBuffer();
      StringBuilder sb = new StringBuilder();
      sb.append("<html>");
      if (ocDesc.getStructural() != null)
      {