lawrencehj
2021-03-10 343882e4c49c7c504fa9c33412819b7288c2bc38
src/main/java/com/genersoft/iot/vmp/gb28181/transmit/request/impl/OtherRequestProcessor.java
@@ -21,7 +21,7 @@
    */  
   @Override
   public void process(RequestEvent evt) {
      System.out.println("no support the method! Method:" + evt.getRequest().getMethod());
      System.out.println("Unsupported the method: " + evt.getRequest().getMethod());
   }
}