INTEGRATION: CWS dbwizard4 (1.5.40); FILE MERGED

2005/03/12 18:25:35 bc 1.5.40.3: RESYNC: (1.5-1.6); FILE MERGED
2005/03/08 14:08:17 bc 1.5.40.2: #i43785#Several changes in handling new tables
2005/02/17 13:50:13 bc 1.5.40.1: ##ControlArrangement in FormWizard modified
This commit is contained in:
Kurt Zenker 2005-03-18 15:13:40 +00:00
parent 95a80f9851
commit e308a745c3

View file

@ -2,9 +2,9 @@
*
* $RCSfile: FileAccess.java,v $
*
* $Revision: 1.6 $
* $Revision: 1.7 $
*
* last change: $Author: vg $ $Date: 2005-02-21 13:50:39 $
* last change: $Author: kz $ $Date: 2005-03-18 16:13:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -509,7 +509,6 @@ public class FileAccess {
* @return
*/
public static String getFilename(String path, String pathSeparator) {
//TODO 1.4 -> 1.3 ! String.split
String[] s = JavaTools.ArrayoutofString(path, pathSeparator);
return s[s.length - 1];
}