+all #16632 Make serialization identifiers configurable in reference.conf

This commit is contained in:
Andrei Pozolotin 2015-03-05 11:55:05 -06:00
parent 064eea6180
commit 6332f888ce
17 changed files with 76 additions and 44 deletions

View file

@ -66,7 +66,7 @@ object ByteString {
*/
@varargs
def fromInts(array: Int*): ByteString =
apply(array:_*)(scala.math.Numeric.IntIsIntegral)
apply(array: _*)(scala.math.Numeric.IntIsIntegral)
/**
* Creates a new ByteString which will contain the UTF-8 representation of the given String