forcedotcom / phoenix

BSD 3-Clause "New" or "Revised" License
558 stars 227 forks source link

Remove BasicQueryPlan.getConnectionQueryServices() #631

Open jtaylor-sfdc opened 10 years ago

jtaylor-sfdc commented 10 years ago

The ConnectionQueryServices is gotten off the connection, so this has no effect any longer. We can create this in PhoenixConnection since tenantId is a connection property anyway and remove this call.