Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
KiekPAD-Viz-Provider
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sören Henning
KiekPAD-Viz-Provider
Commits
cc70ed77
Commit
cc70ed77
authored
Aug 18, 2016
by
Sören Henning
Browse files
Options
Downloads
Patches
Plain Diff
removed constants that are no longer necessary
parent
4fa6b578
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/kiekpad/vizprovider/service/CassandraService.java
+0
-4
0 additions, 4 deletions
...in/java/kiekpad/vizprovider/service/CassandraService.java
with
0 additions
and
4 deletions
src/main/java/kiekpad/vizprovider/service/CassandraService.java
+
0
−
4
View file @
cc70ed77
...
@@ -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
;
...
...
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment