1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 15:45:25 +02:00

[cleanup] fix accented characters in comments

This commit is contained in:
David Dykstal 2006-10-06 18:48:31 +00:00
parent c76894eecc
commit 629f9cdcd6
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@
*
* Contributors:
* Michael Berger (IBM) - Fixing 140408 - FTP upload does not work
* Javier Montalvo Orús (Symbian) - Migrate to jakarta commons net FTP client
* Javier Montalvo Orus (Symbian) - Migrate to jakarta commons net FTP client
********************************************************************************/
package org.eclipse.rse.services.files.ftp;

View file

@ -16,7 +16,7 @@
* delete, move and rename.
* Javier Montalvo Orus (Symbian) - Bug 140348 - FTP did not use port number
* Michael Berger (IBM) - Fixing 140404 - FTP new file creation does not work
* Javier Montalvo Orús (Symbian) - Migrate to jakarta commons net FTP client
* Javier Montalvo Orus (Symbian) - Migrate to jakarta commons net FTP client
********************************************************************************/
package org.eclipse.rse.services.files.ftp;