Commit c38b8f6f authored by 肖健鑫's avatar 肖健鑫
Browse files

更新mcms/src/main/java/net/mingsoft/cms/action/test1.java

parent 3407664c
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");
};
}
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment