Skip to content

Commit

Permalink
Update Calculator.java
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrilFeng authored Oct 19, 2022
1 parent e96f0de commit ea864d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/cn/qmai/discount/core/discount/Calculator.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2022 Shiyafeng
* Copyright 2022 CyrilFeng
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -22,7 +22,7 @@

/**
* 优惠计算器接口
* @author: shiyafeng
* @author: CyrilFeng
* @date: 2022/8
*/
public interface Calculator<T extends GoodsItem> {
Expand Down

0 comments on commit ea864d1

Please sign in to comment.