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

Matthew Swift
06.05.2012 e936d27669b44446ad7cb800c195d6be2c6d824d
Add SuppressWarnings directive to avoid compilation warning.
1 files modified
3 ■■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/replication/protocol/TLSSocketSession.java 3 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/replication/protocol/TLSSocketSession.java
@@ -23,7 +23,7 @@
 *
 *
 *      Copyright 2006-2009 Sun Microsystems, Inc.
 *      Portions Copyright 2011 ForgeRock AS
 *      Portions Copyright 2011-2012 ForgeRock AS
 */
package org.opends.server.replication.protocol;
@@ -445,6 +445,7 @@
  /**
   * {@inheritDoc}
   */
  @SuppressWarnings("unused")
  @Override
  public void stopEncryption()
  {