Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Fog Computing
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Niklas Teschner
Fog Computing
Commits
af475b84
Commit
af475b84
authored
9 months ago
by
Jonas Arnhold
Browse files
Options
Downloads
Patches
Plain Diff
Rename edge Main to EdgeService
parent
6e7cf06f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
edge/src/main/java/com/fogcomputing/EdgeService.java
+1
-1
1 addition, 1 deletion
edge/src/main/java/com/fogcomputing/EdgeService.java
with
1 addition
and
1 deletion
edge/src/main/java/com/fogcomputing/
Main
.java
→
edge/src/main/java/com/fogcomputing/
EdgeService
.java
+
1
−
1
View file @
af475b84
...
...
@@ -4,7 +4,7 @@ import org.zeromq.SocketType;
import
org.zeromq.ZMQ
;
import
org.zeromq.ZContext
;
public
class
Main
{
public
class
EdgeService
{
private
static
final
String
USAGE_TOPIC
=
"USAGE"
;
private
static
final
String
TEMPERATURE_TOPIC
=
"TEMPERATURE"
;
...
...
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
register
or
sign in
to comment