From 6241a156d475baeb505449818df53704671a89a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20M=C3=A9riouma-Caron?= Date: Thu, 15 Oct 2015 17:58:06 -0400 Subject: [PATCH] Removed unused method --- integration-test/src/test/java/ChosenIT.java | 7 ------- 1 file changed, 7 deletions(-) diff --git a/integration-test/src/test/java/ChosenIT.java b/integration-test/src/test/java/ChosenIT.java index 8d8c0b7..c788edd 100644 --- a/integration-test/src/test/java/ChosenIT.java +++ b/integration-test/src/test/java/ChosenIT.java @@ -388,11 +388,4 @@ protected boolean isMultipleChosenComponent() { return multiContainer.size() != 0; } - - protected void sleep(int milliseconds) { - try { - Thread.sleep(milliseconds); - } catch (InterruptedException e) { - } - } }