def getPropertySource()

in src/main/scala/com.gu.conf/impl/PlaceholderProcessingConfiguration.scala [41:43]


  def getPropertySource(propertyName: String): Option[AbstractConfiguration] = {
    delegate getPropertySource propertyName
  }