changedclass2.java

来自「JDiff is a Javadoc doclet which generate」· Java 代码 · 共 16 行

JAVA
16
字号
package ChangedPackage;/**  * OLD: The changes in this class are to do with removals of a field which * has the same name as a field also removed from another class. */public class ChangedClass2 {    /**      * This field should have been removed, and has the same name as a field     * removed from ChangedClass.java.      */    public boolean removed;}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?