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

onfig_sjs1.0-RC2_2.13.1.1.4.source-code.PlatformProperties.scala Maven / Gradle / Ivy

The newest version!
package org.ekrich.config.impl

import java.util.Properties
import java.io.Reader

/**
 * To workaround missing implementation in Scala.js
 */
class PlatformProperties(props: Properties) extends PropertiesLike {
  def load(reader: Reader): Unit = ???
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy