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

Jean-Noel Rouvignac
17.47.2015 cf364c082dfe5ea566abc3c20bc5546a4629c5eb
opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/components/CustomTree.java
@@ -74,7 +74,7 @@
   */
  public void paintComponent(Graphics g)
  {
    int[] selectedRows = this.getSelectionRows();
    int[] selectedRows = getSelectionRows();
    if (selectedRows == null)
    {
      selectedRows = new int[] {};