Skip to content

Commit

Permalink
增加 todo 语句
Browse files Browse the repository at this point in the history
  • Loading branch information
张强 committed Jan 3, 2019
1 parent 5de6cdd commit db81a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/api/src/main/java/helper/database/Repository.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public interface Repository<E> {

/**
* 保存实体。
*
* todo 拆分为 insert 和 update 方法,但保留当前方法,被用于能接受的 insert 操作
* @param entity 实体。
*/
void save(E entity);
Expand Down

0 comments on commit db81a5e

Please sign in to comment.