if (curversion < ProtocolGlobals.VERSION_350 ||
curversion > ProtocolGlobals.getCurrentVersion()) {
String emsg = br.getKString(br.W_MBUS_CANCEL_RESTORE3,
String.valueOf(curversion),
String.valueOf(ProtocolGlobals.getCurrentVersion()));
logger.logToAll(Logger.ERROR, emsg);
throw new BrokerException(emsg);
}
ArrayList<ChangeRecordInfo> records = new ArrayList<ChangeRecordInfo>();