mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-20 06:35:50 +02:00
[225506] [api][breaking] RSE UI leaks non-API types - @since tags
This commit is contained in:
parent
b7344a57b7
commit
23c50ff530
1 changed files with 4 additions and 0 deletions
|
@ -1233,6 +1233,7 @@ public class UniversalFileTransferUtility
|
||||||
* @param targetFolder the object to be copied to.
|
* @param targetFolder the object to be copied to.
|
||||||
* @param monitor the progress monitor
|
* @param monitor the progress monitor
|
||||||
* @return the resulting remote object
|
* @return the resulting remote object
|
||||||
|
* @since 3.0
|
||||||
*/
|
*/
|
||||||
public static Object uploadResourceFromWorkspace(IResource srcFileOrFolder, IRemoteFile targetFolder, IProgressMonitor monitor)
|
public static Object uploadResourceFromWorkspace(IResource srcFileOrFolder, IRemoteFile targetFolder, IProgressMonitor monitor)
|
||||||
{
|
{
|
||||||
|
@ -2534,6 +2535,9 @@ public class UniversalFileTransferUtility
|
||||||
return status;
|
return status;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @since 3.0
|
||||||
|
*/
|
||||||
protected static boolean checkForCollision(SystemRemoteResourceSet existingFiles, IRemoteFile targetFolder, String oldPath)
|
protected static boolean checkForCollision(SystemRemoteResourceSet existingFiles, IRemoteFile targetFolder, String oldPath)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue