summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-08-13 09:29:24 +0200
committerNoel Grandin <noel@peralex.com>2014-08-13 09:44:17 +0200
commit4155c28ae1700e853d598077a08a6ba6c1a94e06 (patch)
tree8c2b834374afd69cd240fbb3630e8bd718047a56 /ucb
parentc5581d19c6c5d857c4117e72cb022dcfc9561409 (diff)
java: remove unused interfaces
found by UCDetector Change-Id: Ide8b3b5c9969048aff84eed16b9eea096abad349
Diffstat (limited to 'ucb')
-rw-r--r--ucb/qa/complex/ucb/UCB.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/ucb/qa/complex/ucb/UCB.java b/ucb/qa/complex/ucb/UCB.java
index 7c2ed71e8bef..be511c95444c 100644
--- a/ucb/qa/complex/ucb/UCB.java
+++ b/ucb/qa/complex/ucb/UCB.java
@@ -104,10 +104,6 @@ public class UCB {
return ucb.queryContent(id);
}
- public static interface Verifier {
- public boolean verify(Object object);
- }
-
@Test public void checkWrongFtpConnection() {
try {
String acountUrl = "ftp://noname:nopasswd@*nohost.invalid";