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

Chris Ridd
19.31.2012 7b56cede3c3f5140b391d0e1c2464c5c459a1a94
Fix previous commit
1 files modified
3 ■■■■ changed files
opendj-sdk/opends/src/dsml/org/opends/dsml/protocol/ByteStringUtility.java 3 ●●●● patch | view | raw | blame | history
opendj-sdk/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)