Skip to content

Commit 99a2088

Browse files
author
karl
committed
流量防护demo
1 parent 4ffdfd7 commit 99a2088

File tree

1 file changed

+0
-12
lines changed
  • mse-simple-demo/C/src/main/java/com/alibabacloud/mse/demo/sql

1 file changed

+0
-12
lines changed

mse-simple-demo/C/src/main/java/com/alibabacloud/mse/demo/sql/User.java

-12
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,4 @@ public String toString() {
6464
'}';
6565
}
6666

67-
68-
public static void main(String[] args) {
69-
List<Integer> nums = new ArrayList<>();
70-
nums.add(10);
71-
nums.add(4);
72-
nums.add(12);
73-
nums.add(1);
74-
nums.sort(Comparator.comparing(Integer::intValue).reversed());
75-
for (Integer num : nums) {
76-
System.out.println(num);
77-
}
78-
}
7967
}

0 commit comments

Comments
 (0)