"...git@ustchcs.com:wwwanlingxiao/system-design-primer.git" did not exist on "e577dda5d9c0fb95d087601faa42f4e907da7283"
Commit 47a678c8 authored by macro's avatar macro
Browse files

Update OrderTimeOutCancelTask.java

parent 727e0dae
...@@ -13,7 +13,7 @@ import org.springframework.stereotype.Component; ...@@ -13,7 +13,7 @@ import org.springframework.stereotype.Component;
*/ */
@Component @Component
public class OrderTimeOutCancelTask { public class OrderTimeOutCancelTask {
private Logger LOGGER =LoggerFactory.getLogger(OrderTimeOutCancelTask.class); private final Logger LOGGER = LoggerFactory.getLogger(OrderTimeOutCancelTask.class);
@Autowired @Autowired
private OmsPortalOrderService portalOrderService; 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