看看set方法是不是符合命名规范,setAge属性的首字母必须大写。
用到的接口:
Java代码
public interface TestInterface {
public void printDemo();
}
实现接口的类:
Java代码
public class TestDemo implements TestInterface {
public void printDemo() {
System.out.print("测试成功");
}
}
Set写法,测试过,正常的。
log4j:WARN No appenders could be found for logger (org.springframework.context.support.ClassPathXmlApplicationContext)
log4j:WARN Please initialize the log4j system properly.
Dept 如何写的呢。
Set写法,测试过,正常的。
log4j:WARN No appenders could be found for logger (org.springframework.context.support.ClassPathXmlApplicationContext)
.
log4j:WARN Please initialize the log4j system properly.
Dept:name=小猫, age=30
请按任意键继续. . .
你看看set方法是不是符合命名规范
setAge 属性的首字母必须大写