[Ejtools-cvs] libraries/common/src/main/org/ejtools/beans CustomPropertyEditorManager.java,1.6,1.7 S
Brought to you by:
letiemble
|
From: <let...@us...> - 2003-09-15 22:23:48
|
Update of /cvsroot/ejtools/libraries/common/src/main/org/ejtools/beans
In directory sc8-pr-cvs1:/tmp/cvs-serv20661/common/src/main/org/ejtools/beans
Modified Files:
CustomPropertyEditorManager.java Sort.java
Log Message:
Adjust Eclipse build files
Adjust some Javadoc
Integrate Persistence framework
Integrate Image export as PNG
Index: CustomPropertyEditorManager.java
===================================================================
RCS file: /cvsroot/ejtools/libraries/common/src/main/org/ejtools/beans/CustomPropertyEditorManager.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** CustomPropertyEditorManager.java 8 Jan 2003 21:18:07 -0000 1.6
--- CustomPropertyEditorManager.java 15 Sep 2003 22:23:44 -0000 1.7
***************
*** 17,22 ****
* is searched.
*
! * @author <a href="mailto:let...@us...">Laurent Etiemble</a>
! * @created 15 juillet 2002
* @version $Revision$
*/
--- 17,21 ----
* is searched.
*
! * @author Laurent Etiemble
* @version $Revision$
*/
***************
*** 41,46 ****
if (result == null)
{
- Class found = null;
-
// Search among the interfaces if there is one that has a PropertyEditor
Class[] interfaces = clazz.getInterfaces();
--- 40,43 ----
Index: Sort.java
===================================================================
RCS file: /cvsroot/ejtools/libraries/common/src/main/org/ejtools/beans/Sort.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Sort.java 21 Dec 2002 22:09:07 -0000 1.5
--- Sort.java 15 Sep 2003 22:23:45 -0000 1.6
***************
*** 17,22 ****
* Utility class that provides different kind of sort strategies for Iterator.
*
! * @author <a href="mailto:let...@us...">Laurent Etiemble</a>
! * @created 24 décembre 2001
* @version $Revision$
*/
--- 17,21 ----
* Utility class that provides different kind of sort strategies for Iterator.
*
! * @author Laurent Etiemble
* @version $Revision$
*/
|