Skip to content

Commit

Permalink
for modify
Browse files Browse the repository at this point in the history
  • Loading branch information
zhjie.zhang@qunar.com committed Mar 29, 2019
1 parent 59a90d4 commit ce7fae8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* <p>Date: 13-2-22 下午5:26
* <p>Version: 1.0
*/
public interface BaseTreeableService<M extends Treeable<ID>, ID extends Serializable> extends GenericService<Treeable,ID> {
public interface BaseTreeableService<M extends Treeable<ID>, ID extends Serializable> extends GenericService<M,ID> {

public M save(M m);

Expand Down

0 comments on commit ce7fae8

Please sign in to comment.