| 
					
				 | 
			
			
				@@ -1,6 +1,6 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 package cn.hnthyy.thmz.Utils; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-import org.apache.commons.compress.utils.Lists; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import org.apache.commons.lang3.StringUtils; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import java.io.UnsupportedEncodingException; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -22,7 +22,7 @@ public class HcPassWordUtil { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         Set<Map.Entry<String, String>> entries = map.entrySet(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         Iterator<Map.Entry<String, String>> iterator = entries.iterator(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        List<String> values = Lists.newArrayList(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        List<String> values = new ArrayList<>(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         while(iterator.hasNext()){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             Map.Entry entry = iterator.next(); 
			 |