summaryrefslogtreecommitdiffstats
path: root/java/com/jcraft/jsch/LocalIdentityRepository.java
diff options
context:
space:
mode:
authorBrian Hinz <bphinz@users.sourceforge.net>2012-12-14 22:40:02 +0000
committerBrian Hinz <bphinz@users.sourceforge.net>2012-12-14 22:40:02 +0000
commitd93a26d665b18b0e779c524f54c7acdc18898b94 (patch)
tree54908596b5aff623723ce964e220549d7254dbd6 /java/com/jcraft/jsch/LocalIdentityRepository.java
parent32c46228f5e6d2e0c4bf1701bd36aeb0b89f4f32 (diff)
downloadtigervnc-d93a26d665b18b0e779c524f54c7acdc18898b94.tar.gz
tigervnc-d93a26d665b18b0e779c524f54c7acdc18898b94.zip
Cleanup linter warnings wherever possible and suppress all linter warnings from Jsch code
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5020 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'java/com/jcraft/jsch/LocalIdentityRepository.java')
-rw-r--r--java/com/jcraft/jsch/LocalIdentityRepository.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/com/jcraft/jsch/LocalIdentityRepository.java b/java/com/jcraft/jsch/LocalIdentityRepository.java
index be814152..7dde42e7 100644
--- a/java/com/jcraft/jsch/LocalIdentityRepository.java
+++ b/java/com/jcraft/jsch/LocalIdentityRepository.java
@@ -31,6 +31,7 @@ package com.jcraft.jsch;
import java.util.Vector;
+@SuppressWarnings({"rawtypes","unchecked"})
class LocalIdentityRepository implements IdentityRepository {
private Vector identities = new Vector();