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

[225506] [api][breaking] RSE UI leaks non-API types - @since tags

This commit is contained in:
David McKnight 2008-04-03 16:39:50 +00:00
parent b7344a57b7
commit 23c50ff530

View file

@ -1233,6 +1233,7 @@ public class UniversalFileTransferUtility
* @param targetFolder the object to be copied to.
* @param monitor the progress monitor
* @return the resulting remote object
* @since 3.0
*/
public static Object uploadResourceFromWorkspace(IResource srcFileOrFolder, IRemoteFile targetFolder, IProgressMonitor monitor)
{
@ -2534,6 +2535,9 @@ public class UniversalFileTransferUtility
return status;
}
/**
* @since 3.0
*/
protected static boolean checkForCollision(SystemRemoteResourceSet existingFiles, IRemoteFile targetFolder, String oldPath)
{