From d1c4999f73d6cf208617dda9f9f26bdf3591bc75 Mon Sep 17 00:00:00 2001
From: wuzeyu <1223318623@qq.com>
Date: 星期四, 30 十一月 2023 10:23:03 +0800
Subject: [PATCH] 修改Long类型判断NotEmpty为NotNull
---
pipIrr-platform/pipIrr-mw/pipIrr-mwTest-client/src/main/java/com/dy/testClient/Server.java | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/pipIrr-platform/pipIrr-mw/pipIrr-mwTest-client/src/main/java/com/dy/testClient/Server.java b/pipIrr-platform/pipIrr-mw/pipIrr-mwTest-client/src/main/java/com/dy/testClient/Server.java
index 51ec694..7aa1596 100644
--- a/pipIrr-platform/pipIrr-mw/pipIrr-mwTest-client/src/main/java/com/dy/testClient/Server.java
+++ b/pipIrr-platform/pipIrr-mw/pipIrr-mwTest-client/src/main/java/com/dy/testClient/Server.java
@@ -42,7 +42,6 @@
svName = "" ;
}
- System.out.println("") ;
System.out.println("OOOOOOOOOO OOOOOOOO OOOOOOOO") ;
System.out.println("@@@@@@@@@@@@@@@@#O $@@@@@@@@& @@@@@@@@#") ;
System.out.println("@@@@@@@@@@@@@@@@@@@# @@@@@@@@# $@@@@@@@@&") ;
@@ -57,7 +56,6 @@
System.out.println("@@@@@@@@@@@@@@@@@@@@@& &@@@@@@@@ Startup in " + (System.currentTimeMillis() - start) + " MS" ) ;
System.out.println("@@@@@@@@@@@@@@@@@@@# &@@@@@@@@") ;
System.out.println("@@@@@@@@@@@@@@@@#O &@@@@@@@@") ;
- System.out.println("") ;
}catch(Exception e){
e.printStackTrace();
--
Gitblit v1.8.0