/**
* INTERNAL: Build the appropriate server platform
*/
protected ServerPlatform buildServerPlatformConfig(ServerPlatformConfig platformConfig, DatabaseSessionImpl session) {
if (platformConfig == null) {
return new NoServerPlatform(session);
}
// Build the server platform, the config model knows which to build.
ServerPlatform platform;