Skip to content

Commit

Permalink
Prepare version 2.3.0-beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
Flyge committed Oct 24, 2016
1 parent 6a0db00 commit 4891852
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public void onDownloadError(@SuppressWarnings("UnusedParameters") DownloadReques
}

/**
* 碎片排序错误,Java7的排序算法在检测到A>B, B>C, 但是A<=C的时候就会抛出异常
* 碎片排序错误,Java7的排序算法在检测到A大于B, B小于C, 但是A小于等于C的时候就会抛出异常
*
* @param e 异常
* @param tileList 碎片列表
Expand Down

0 comments on commit 4891852

Please sign in to comment.