Explorar el Código

更新 '_posts/常用的代码块.md'

aaronwei hace 5 años
padre
commit
c23ac1f205
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      _posts/常用的代码块.md

+ 1 - 1
_posts/常用的代码块.md

@@ -37,7 +37,7 @@ categories: 运维工具
 
 ### list用stream进行排序
 
-``` java 
+``` java
     //根据单个属性排序
     List<String> stortList = list.stream().sorted().collect(Collectors.toList());
     //根据对象某个属性排序