X Tutup
Skip to content

Commit fe19a38

Browse files
committed
test
MapSort注释
1 parent a6f4158 commit fe19a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MapSort/src/com/hmkcode/MapSort.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import java.util.TreeMap;
66

77
public class MapSort {
8-
8+
//test
99
public static Map sortByValue(Map unsortedMap){
1010
Map sortedMap = new TreeMap(new ValueComparator(unsortedMap));
1111
sortedMap.putAll(unsortedMap);

0 commit comments

Comments
 (0)
X Tutup