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

Jean-Noël Rouvignac
25.17.2016 01bf9b6a5d324d45355659581e9ebbd1280834fe
opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/browser/NodeRefresher.java
@@ -84,12 +84,12 @@
  private SearchResult localEntry;
  private SearchResult remoteEntry;
  LDAPURL   remoteUrl;
  private LDAPURL remoteUrl;
  private boolean isLeafNode;
  private final List<SearchResult> childEntries = new ArrayList<>();
  final boolean differential;
  Exception exception;
  Object exceptionArg;
  private final boolean differential;
  private Exception exception;
  private Object exceptionArg;
  /**
   * The constructor of the refresher object.