From: Olivier G. <og...@us...> - 2007-10-03 21:31:13
|
Update of /cvsroot/osmose-dev/osmose/src/osmose/application/elementeditor/notification In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv18733/src/osmose/application/elementeditor/notification Modified Files: OSMElementEditorEvent.java OSMElementEditorListener.java OSMElementEditorNotifier.java Log Message: Adapt code for Java 1.6 (some warnings remain) Index: OSMElementEditorEvent.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/elementeditor/notification/OSMElementEditorEvent.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMElementEditorEvent.java 30 Aug 2005 17:44:14 -0000 1.1.1.1 --- OSMElementEditorEvent.java 3 Oct 2007 21:31:14 -0000 1.2 *************** *** 24,28 **** * <p>Description : Event from element editor panel.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : </p> * @author non attribuable * @version 1.0 --- 24,28 ---- * <p>Description : Event from element editor panel.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : </p> * @author non attribuable * @version 1.0 Index: OSMElementEditorListener.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/elementeditor/notification/OSMElementEditorListener.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMElementEditorListener.java 30 Aug 2005 17:44:14 -0000 1.1.1.1 --- OSMElementEditorListener.java 3 Oct 2007 21:31:14 -0000 1.2 *************** *** 23,27 **** * <p>Description : Element editor panel listener interface.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : </p> * @author non attribuable * @version 1.0 --- 23,27 ---- * <p>Description : Element editor panel listener interface.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : </p> * @author non attribuable * @version 1.0 Index: OSMElementEditorNotifier.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/elementeditor/notification/OSMElementEditorNotifier.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMElementEditorNotifier.java 30 Aug 2005 17:44:14 -0000 1.1.1.1 --- OSMElementEditorNotifier.java 3 Oct 2007 21:31:14 -0000 1.2 *************** *** 25,29 **** * <p>Description : Element editor notifier.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : </p> * @author non attribuable * @version 1.0 --- 25,29 ---- * <p>Description : Element editor notifier.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : </p> * @author non attribuable * @version 1.0 |