Lots and lots of work to get things to compile without warnings
This commit is contained in:
parent
6b468d8856
commit
4ee2033761
12 changed files with 51 additions and 46 deletions
|
|
@ -5,6 +5,7 @@
|
|||
package akka.japi
|
||||
|
||||
import scala.Some
|
||||
import scala.reflect.ClassTag
|
||||
|
||||
/**
|
||||
* A Function interface. Used to create first-class-functions is Java.
|
||||
|
|
@ -116,5 +117,5 @@ object Util {
|
|||
/**
|
||||
* Given a Class returns a Scala Manifest of that Class
|
||||
*/
|
||||
def manifest[T](clazz: Class[T]): Manifest[T] = Manifest.classType(clazz)
|
||||
def classTag[T](clazz: Class[T]): ClassTag[T] = ClassTag(clazz)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue