KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > ChangedPackage > ChangedClass2


1 package ChangedPackage;
2
3 /**
4  * NEW: The changes in this class are to do with removals of a field which
5  * has the same name as a field also removed from another class.
6  */

7 public class ChangedClass2 {
8
9 }
10
Popular Tags