[Thinlet-development] thinlet/src/thinlet Widget.java,1.5,1.6
Brought to you by:
bajzat
From: <ab...@us...> - 2003-03-19 23:36:54
|
Update of /cvsroot/thinlet/thinlet/src/thinlet In directory sc8-pr-cvs1:/tmp/cvs-serv23028 Modified Files: Widget.java Log Message: Remove getClass() Index: Widget.java =================================================================== RCS file: /cvsroot/thinlet/thinlet/src/thinlet/Widget.java,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- Widget.java 10 Mar 2003 21:29:30 -0000 1.5 +++ Widget.java 19 Mar 2003 23:36:51 -0000 1.6 @@ -17,10 +17,6 @@ widget = Thinlet.create(classname); } - public String getClass() { - return null; - } - /** * */ |