| 
					
				 | 
			
			
				@@ -30,7 +30,7 @@ public class LinkTrafMissingService implements AbstractProcessService { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     private final LinkTrafCollectService collectService; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     private final LinkPatternService patternService; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    @ProcessingElapsed(type="TRAFFIC", name="링크 소통정보 결측", starting = false, endLine = true) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    @ProcessingElapsed(type="CORRECT", name="링크 소통정보 결측", starting = false, endLine = true) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     @Override 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     public boolean processing() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         // 모든 결측 알고리즘에 대해 결측 처리를 수행하고 
			 |