From 3efb76f21f8f2eff3705a6bf681ed6ff52b16d70 Mon Sep 17 00:00:00 2001
From: liurunyu <lry9898@163.com>
Date: 星期一, 18 十一月 2024 15:32:16 +0800
Subject: [PATCH] Maven编译打包时会产生一些警告信息,进行一个类的注解,消除这些警告信息

---
 pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/p206V202404/DriverV202404.java |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/p206V202404/DriverV202404.java b/pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/p206V202404/DriverV202404.java
index 8069bf4..3e77762 100644
--- a/pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/p206V202404/DriverV202404.java
+++ b/pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/p206V202404/DriverV202404.java
@@ -58,7 +58,6 @@
 		String upCode = null ;
 		try{
 			CommonV202404 cp = new CommonV202404() ;
-			cp.checkHead(upBuffer) ;
 			cp.checkTail(upBuffer) ;
 			String crcStr = cp.checkCrc_str(upBuffer) ;
 			if(crcStr != null){

--
Gitblit v1.8.0