137138139140141142143144145146147
} } if (result != null) { if (SimulatedKey.isAFormat(key) && result instanceof FormatSource) { result = new SimulatedFormatSource((FormatSource) result); } else if (SimulatedKey.isAQuality(key)) { // TODO } else if (SimulatedKey.isAState(key)) {