Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Simonstrator
PeerfactSim.KOM
Commits
4feae87b
Commit
4feae87b
authored
Nov 29, 2019
by
Julian Zobel
Browse files
Make GLobal DAO ID public
parent
41865f71
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/de/tud/kom/p2psim/impl/util/db/dao/metric/MeasurementDAO.java
View file @
4feae87b
...
...
@@ -55,7 +55,7 @@ public class MeasurementDAO extends DAO {
/**
* The Host ID that is used for global metrics.
*/
p
rivate
static
final
long
GLOBAL_HOST_ID
=
-
1
;
p
ublic
static
final
long
GLOBAL_HOST_ID
=
-
1
;
private
static
boolean
inactive
=
false
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment