lawrencehj
2021-08-26 45969a00b74b5a240c0dc6e2c37f5381cd0cb65f
src/main/java/com/genersoft/iot/vmp/gb28181/transmit/response/impl/ByeResponseProcessor.java
@@ -10,7 +10,7 @@
/**    
 * @Description: BYE请求响应器
 * @author: songww
 * @author: swwheihei
 * @date:   2020年5月3日 下午5:32:05     
 */
@Component
@@ -21,13 +21,11 @@
    * 
    * @param evt
    * @param layer
    * @param transaction
    * @param config    
    */  
   @Override
   public void process(ResponseEvent evt, SipLayer layer, SipConfig config) {
      // TODO Auto-generated method stub
   }
}