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

Jean-Noel Rouvignac
08.18.2015 c298a0c862dbe32315e16798d2b05c9a66cbce3d
DatabaseContainer.java:
Removed unnecessary declaration of toString() in an interface.
1 files modified
7 ■■■■■ changed files
opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/DatabaseContainer.java 7 ●●●●● patch | view | raw | blame | history
opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/DatabaseContainer.java
@@ -70,13 +70,6 @@
  long getRecordCount(ReadableTransaction txn) throws StorageRuntimeException;
  /**
   * Get a string representation of this object.
   *
   * @return return A string representation of this object.
   */
  String toString();
  /**
   * Get the database name for this database container.
   *
   * @return database name for this database container.