From: Olivier G. <og...@us...> - 2007-10-03 21:31:14
|
Update of /cvsroot/osmose-dev/osmose/src/osmose/application/user In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv18733/src/osmose/application/user Modified Files: OSMUser.java Log Message: Adapt code for Java 1.6 (some warnings remain) Index: OSMUser.java =================================================================== RCS file: /cvsroot/osmose-dev/osmose/src/osmose/application/user/OSMUser.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** OSMUser.java 30 Aug 2005 17:44:26 -0000 1.1.1.1 --- OSMUser.java 3 Oct 2007 21:31:16 -0000 1.2 *************** *** 27,31 **** * <p>Description : This class is used to manage user preferences.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Société : </p> * @author non attribuable * @version 1.0 --- 27,31 ---- * <p>Description : This class is used to manage user preferences.</p> * <p>Copyright : Copyright (c) 2003</p> ! * <p>Societe : </p> * @author non attribuable * @version 1.0 |