Toggle navigation
Home
com.facebook.presto.spi.ServerInfo to com.facebook.presto.atop.Environment
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'presto'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
requireNonNull(serverInfo,"serverInfo is null").getEnvironment()
to
requireNonNull(environment,"environment is null").toString()
Rename Variable
serverInfo
to
environment