Skip to content

Commit 89aac2b

Browse files
committed
Update
1 parent 24813f6 commit 89aac2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/example/SortAlgorithms.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* 算法评估分析类见 {@link Bench}
2020
*
2121
*/
22-
class SortAlgorithms {
22+
public class SortAlgorithms {
2323
public static final boolean ENABLE_PRINT = false;
2424

2525
public static void main(String[] args) {

0 commit comments

Comments
 (0)