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

akka.util.LineNumbers.scala Maven / Gradle / Ivy

There is a newer version: 2.2.6.3
Show newest version
package akka.util

object LineNumbers {

  def apply(mock: Any) = new LineNumbers(mock)

}

class LineNumbers(mock: Any) {
  override def toString() = "LN"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy