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

Chris Ridd
19.31.2012 d8c7fcecc1138b0d225fad94e329bb969cd41eba
Fix previous commit
1 files modified
3 ■■■■ changed files
opends/src/dsml/org/opends/dsml/protocol/ByteStringUtility.java 3 ●●●● patch | view | raw | blame | history
opends/src/dsml/org/opends/dsml/protocol/ByteStringUtility.java
@@ -28,7 +28,6 @@
import java.io.IOException;
import java.io.InputStream;
import java.net.MalformedURLException;
import java.net.URI;
import org.opends.server.types.ByteString;
@@ -51,7 +50,7 @@
   * @throws IOException if any problems occurred retrieving an anyURI value.
   */
  public static ByteString convertValue(Object obj)
      throws IOException, MalformedURLException
      throws IOException
  {
    ByteString bs = null;
    if (obj != null)