add/change private visibility
This commit is contained in:
parent
b116810578
commit
74df8226de
23 changed files with 90 additions and 58 deletions
|
|
@ -184,6 +184,9 @@ private[remote] final class MetadataMap[T >: Null] {
|
|||
else s"MetadataMap(${backing.toList.mkString("[", ",", "]")})"
|
||||
}
|
||||
|
||||
object MetadataMap {
|
||||
/**
|
||||
* INTERNAL API
|
||||
*/
|
||||
private[remote] object MetadataMap {
|
||||
def apply[T >: Null]() = new MetadataMap[T]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue