Renamed class
This commit is contained in:
parent
982cce370c
commit
affa4a4f7b
|
@ -19,9 +19,9 @@ import org.slf4j.LoggerFactory;
|
||||||
/**
|
/**
|
||||||
* @author Luca Frosini (ISTI - CNR)
|
* @author Luca Frosini (ISTI - CNR)
|
||||||
*/
|
*/
|
||||||
public class ISMDiscoveryTest {
|
public class DiscoveryTest {
|
||||||
|
|
||||||
private static final Logger logger = LoggerFactory.getLogger(ISMDiscoveryTest.class);
|
private static final Logger logger = LoggerFactory.getLogger(DiscoveryTest.class);
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testDiscovery() throws Exception {
|
public void testDiscovery() throws Exception {
|
Loading…
Reference in New Issue