mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-17 21:25:58 +02:00
[cleanup] Fix "illegally implements" API warning
This commit is contained in:
parent
3c0b5335c3
commit
8cc3b1ed8e
3 changed files with 462 additions and 462 deletions
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -4,7 +4,7 @@
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
* which accompanies this distribution, and is available at
|
* which accompanies this distribution, and is available at
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
*
|
*
|
||||||
* Contributors:
|
* Contributors:
|
||||||
* Martin Oberhuber (Wind River) - initial API and implementation
|
* Martin Oberhuber (Wind River) - initial API and implementation
|
||||||
* David Dykstal (IBM) - fixing bug 162510: correctly process filter strings
|
* David Dykstal (IBM) - fixing bug 162510: correctly process filter strings
|
||||||
|
@ -79,7 +79,7 @@ import org.eclipse.rse.services.files.RemoteFileCanceledException;
|
||||||
import org.eclipse.rse.services.files.RemoteFileIOException;
|
import org.eclipse.rse.services.files.RemoteFileIOException;
|
||||||
import org.eclipse.rse.services.files.RemoteFileSecurityException;
|
import org.eclipse.rse.services.files.RemoteFileSecurityException;
|
||||||
|
|
||||||
public class SftpFileService extends AbstractFileService implements IFileService, ISshService, IFilePermissionsService
|
public class SftpFileService extends AbstractFileService implements ISshService, IFilePermissionsService
|
||||||
{
|
{
|
||||||
|
|
||||||
private static class SftpBufferedInputStream extends BufferedInputStream {
|
private static class SftpBufferedInputStream extends BufferedInputStream {
|
||||||
|
@ -419,7 +419,7 @@ public class SftpFileService extends AbstractFileService implements IFileService
|
||||||
* @param parentDir path name of the parent directory.
|
* @param parentDir path name of the parent directory.
|
||||||
* @param fileName file name to concatenate.
|
* @param fileName file name to concatenate.
|
||||||
* @return path name concatenated from parent directory and file name.
|
* @return path name concatenated from parent directory and file name.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
protected String concat(String parentDir, String fileName) {
|
protected String concat(String parentDir, String fileName) {
|
||||||
// See also {@link SftpHostFile#getAbsolutePath()}
|
// See also {@link SftpHostFile#getAbsolutePath()}
|
||||||
|
|
Loading…
Add table
Reference in a new issue