Commit 47a678c8 authored by macro's avatar macro
Browse files

Update OrderTimeOutCancelTask.java

parent 727e0dae
......@@ -13,7 +13,7 @@ import org.springframework.stereotype.Component;
*/
@Component
public class OrderTimeOutCancelTask {
private Logger LOGGER =LoggerFactory.getLogger(OrderTimeOutCancelTask.class);
private final Logger LOGGER = LoggerFactory.getLogger(OrderTimeOutCancelTask.class);
@Autowired
private OmsPortalOrderService portalOrderService;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment