Skip to content

Commit

Permalink
1.更新部分代码
Browse files Browse the repository at this point in the history
Former-commit-id: 0575968
Former-commit-id: 35f28db
  • Loading branch information
afkT committed Dec 16, 2021
1 parent 53e8b69 commit 8cb5400
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/DevAssist/src/main/java/dev/base/DevHistory.java
Original file line number Diff line number Diff line change
Expand Up @@ -224,15 +224,15 @@ public T getBack(final int index) {
}

/**
* 前往 ( 回退到 ) 上一条回退栈数据
* 前往上一条回退栈数据
* @return 上一条回退栈数据
*/
public T goBack() {
return goBack(1);
}

/**
* 前往 ( 回退到 ) 指定索引回退栈数据
* 前往指定索引回退栈数据
* @param index 索引
* @return 指定索引回退栈数据
*/
Expand Down Expand Up @@ -546,7 +546,7 @@ private T get(
}

/**
* 前往 ( 回退到 ) 指定索引回退栈数据
* 前往指定索引回退栈数据
* <pre>
* 索引传入值可以看该方法注释
* {@link #calculateRealIndex(int, int)}
Expand Down

0 comments on commit 8cb5400

Please sign in to comment.