Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
p x
earlywarning
Commits
17a70a19
Commit
17a70a19
authored
Aug 01, 2025
by
p x
Browse files
去掉无效log
parent
858e6db0
Changes
1
Show whitespace changes
Inline
Side-by-side
src/main/java/com/cusc/adas/v2x/utils/Parse.java
View file @
17a70a19
...
...
@@ -527,7 +527,7 @@ public class Parse {
if
(
o
==
null
)
{
continue
;
}
System
.
out
.
println
(
"---------convoterBean old fieldName "
+
field
.
getName
());
//
System.out.println("---------convoterBean old fieldName " + field.getName());
OffsetDef
offsetDef
=
null
;
if
(
field
.
isAnnotationPresent
(
OffsetDef
.
class
))
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment