IntelliJ Inspection Based Cleanup
This commit is contained in:
		@@ -55,7 +55,7 @@ public class ChatFormatter
 | 
			
		||||
			String[] parts = submatch.split(ESC_SEPARATOR);
 | 
			
		||||
 | 
			
		||||
			// The modifier ids are something like ["lp", "rp"] and tagId something like "sender"
 | 
			
		||||
			List<String> modifierIds = new ArrayList<String>(Arrays.asList(parts));
 | 
			
		||||
			List<String> modifierIds = new ArrayList<>(Arrays.asList(parts));
 | 
			
		||||
			String tagId = modifierIds.remove(0);
 | 
			
		||||
			
 | 
			
		||||
			// Fetch tag for the id
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user