Skip to content
Snippets Groups Projects
Commit cc70ed77 authored by Sören Henning's avatar Sören Henning
Browse files

removed constants that are no longer necessary

parent 4fa6b578
No related branches found
No related tags found
No related merge requests found
...@@ -15,10 +15,6 @@ import com.datastax.driver.core.exceptions.NoHostAvailableException; ...@@ -15,10 +15,6 @@ import com.datastax.driver.core.exceptions.NoHostAvailableException;
@Service @Service
public class CassandraService { public class CassandraService {
// private static final String IP_ADDRESS = "192.168.99.100";
// private static final int PORT = 32770;
// private static final String KEYSPACE = "Kiekpad";
private final static int WAITING_SLEEP_MILLIS = 1000; private final static int WAITING_SLEEP_MILLIS = 1000;
private Session session; private Session session;
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment