Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryamanaka2007-12-03 07:07:05 +0000
committeryamanaka2007-12-03 07:07:05 +0000
commitb4ad4f355939b8bef867f669bb63c489e0efc789 (patch)
treeb890aa439cee927de367f4715d76e6709ce71875 /bundles/org.eclipse.jsch.core/src/org
parent67575e3be6afea53411b52d839d59fdc57c90d78 (diff)
downloadeclipse.platform.team-b4ad4f355939b8bef867f669bb63c489e0efc789.tar.gz
eclipse.platform.team-b4ad4f355939b8bef867f669bb63c489e0efc789.tar.xz
eclipse.platform.team-b4ad4f355939b8bef867f669bb63c489e0efc789.zip
Bug 210963 org.eclipse.jsch.core.IJSchLocation javadoc should not refer to internal types
Diffstat (limited to 'bundles/org.eclipse.jsch.core/src/org')
-rw-r--r--bundles/org.eclipse.jsch.core/src/org/eclipse/jsch/core/IJSchLocation.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/bundles/org.eclipse.jsch.core/src/org/eclipse/jsch/core/IJSchLocation.java b/bundles/org.eclipse.jsch.core/src/org/eclipse/jsch/core/IJSchLocation.java
index 29ae8d274..cc5b4da74 100644
--- a/bundles/org.eclipse.jsch.core/src/org/eclipse/jsch/core/IJSchLocation.java
+++ b/bundles/org.eclipse.jsch.core/src/org/eclipse/jsch/core/IJSchLocation.java
@@ -20,7 +20,6 @@ import org.eclipse.jsch.internal.core.IUserAuthenticator;
* This interface is not intended to be implemented by clients.
* @see IUserAuthenticator
* @see IPasswordStore
- * @see org.eclipse.jsch.internal.core.JSchLocation
* @since 1.1
*/
public interface IJSchLocation{

Back to the top