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
肖健鑫
xiao-java
Commits
c38b8f6f
Commit
c38b8f6f
authored
Oct 27, 2023
by
肖健鑫
Browse files
更新mcms/src/main/java/net/mingsoft/cms/action/test1.java
parent
3407664c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
mcms/src/main/java/net/mingsoft/cms/action/test1.java
mcms/src/main/java/net/mingsoft/cms/action/test1.java
+17
-0
No files found.
mcms/src/main/java/net/mingsoft/cms/action/test1.java
0 → 100644
View file @
c38b8f6f
package
arthas
;
public
class
test1
{
String
a
;
public
void
test1
(
String
t1
){
if
(
a
.
equals
(
t1
)&&
a
!=
null
){
//bad
System
.
out
.
println
(
"bad"
);
};
if
(
a
.
equals
(
t1
)&&
a
!=
null
){
//bad
System
.
out
.
println
(
"bad"
);
};
}
}
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