mirror of https://github.com/sbt/sbt.git
Update for latest 2.8 nightly
git-svn-id: https://simple-build-tool.googlecode.com/svn/trunk@971 d89573ee-9141-11dd-94d4-bdf5e562f29c
This commit is contained in:
parent
fb46177226
commit
e56df17a04
|
|
@ -114,7 +114,7 @@ private[sbt] object Parser
|
|||
}
|
||||
}
|
||||
}
|
||||
private def array[T](size: Int)(f: => T) = Array.fromFunction(i => f)(size)
|
||||
private def array[T](size: Int)(f: => T)(implicit mf: scala.reflect.Manifest[T]) = Array.fromFunction(i => f)(size)
|
||||
private def parseConstantPool(in: DataInputStream) =
|
||||
{
|
||||
val constantPoolSize = in.readUnsignedShort()
|
||||
|
|
|
|||
Loading…
Reference in New Issue