| 
					
				 | 
			
			
				@@ -18,11 +18,12 @@ public class UticTrafServerRestController { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     private final ApplicationConfig config; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     @GetMapping(value = "/info", produces = {"application/json; charset=utf8"}) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    public String stringInfo() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public String infoString() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         String sep = System.lineSeparator(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         String heading = "----------------------------------------------------------------------------------------------------------------------------------------------------------"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         StringBuilder sb = new StringBuilder(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        sb.append(sep); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         sb.append(heading).append(sep); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         sb.append("UTIC Center ITS Traffic Processing Server").append(sep); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         sb.append(heading).append(sep); 
			 |