📄 changedclass2.java
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -