|
|
@ -389,8 +389,7 @@ public class DeviceTypeManager implements DeviceManager {
|
|
|
|
return requiredDeviceTypeAuthorization;
|
|
|
|
return requiredDeviceTypeAuthorization;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
private PlatformConfiguration getDefaultConfiguration() throws DeviceManagementException {
|
|
|
|
public PlatformConfiguration getDefaultConfiguration() throws DeviceManagementException {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (log.isDebugEnabled()) {
|
|
|
|
if (log.isDebugEnabled()) {
|
|
|
|
log.debug("Loading default " + deviceType + " platform configuration from " + deviceType +
|
|
|
|
log.debug("Loading default " + deviceType + " platform configuration from " + deviceType +
|
|
|
|