All Downloads are FREE. Search and download functionalities are using the official Maven repository.

onfig_sjs1.0-RC2_2.11.1.1.4.source-code.PlatformUri.scala Maven / Gradle / Ivy

package org.ekrich.config.impl

import java.net.{URI, URL}

/**
 * To workaround missing implementation in Scala.js
 */
class PlatformUri(uri: URI) extends UriLike {
  def toURL(): URL = ???
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy