Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2004-03-08 18:38:30 +0000
committerMichael Valenta2004-03-08 18:38:30 +0000
commit66c020f809af5a15b6ced1195e6292fe9ca5a158 (patch)
treeea38166bd22e7ce17003afceda7bf105c119d1ba
parentd65aa386644d5c3dd4b9b246a7902a2f0be16615 (diff)
downloadeclipse.platform.team-66c020f809af5a15b6ced1195e6292fe9ca5a158.tar.gz
eclipse.platform.team-66c020f809af5a15b6ced1195e6292fe9ca5a158.tar.xz
eclipse.platform.team-66c020f809af5a15b6ced1195e6292fe9ca5a158.zip
Fixed CheckPII failure
-rw-r--r--bundles/org.eclipse.team.cvs.ssh2/about.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.team.cvs.ssh2/about.html b/bundles/org.eclipse.team.cvs.ssh2/about.html
index ad0472d58..fe6750a74 100644
--- a/bundles/org.eclipse.team.cvs.ssh2/about.html
+++ b/bundles/org.eclipse.team.cvs.ssh2/about.html
@@ -57,7 +57,7 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,<br>
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</blockquote>
-<p>NOTE: Although the SSH2 protocol depends on cryptographic algorithms, JSch relies on a Java&trade; Cryptography Extension (JCE)
+<p>NOTE: Although the SSH2 protocol depends on cryptographic algorithms, JSch relies on a Java(TM) Cryptography Extension (JCE)
to provide this functionality and does not in itself contain any cryptographic code.</p>
<h3>Contributions</h3>

Back to the top