Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
joram
joram
Commits
cfafcb19
Commit
cfafcb19
authored
Oct 04, 2017
by
afreyssin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor changes.
parent
0bd3adbf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
joram/joram/tools/rest/admin/src/main/java/org/objectweb/joram/tools/rest/admin/AdminService.java
...va/org/objectweb/joram/tools/rest/admin/AdminService.java
+6
-6
No files found.
joram/joram/tools/rest/admin/src/main/java/org/objectweb/joram/tools/rest/admin/AdminService.java
View file @
cfafcb19
/*
* JORAM: Java(TM) Open Reliable Asynchronous Messaging
* Copyright (C) 2016 ScalAgent Distributed Technologies
* Copyright (C) 2016
- 2017
ScalAgent Distributed Technologies
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
@@ -239,7 +239,7 @@ public class AdminService implements ContainerRequestFilter {
}
builder
=
Response
.
status
(
Response
.
Status
.
CREATED
);
//TODO: links
?
//
TODO:
Adds
links?
return
builder
.
build
();
}
...
...
@@ -280,7 +280,7 @@ public class AdminService implements ContainerRequestFilter {
}
builder
=
Response
.
status
(
Response
.
Status
.
CREATED
);
//TODO: links
?
//
TODO:
Adds
links?
return
builder
.
build
();
}
...
...
@@ -396,7 +396,7 @@ public class AdminService implements ContainerRequestFilter {
}
builder
=
Response
.
status
(
Response
.
Status
.
CREATED
);
//TODO: links
?
//
TODO:
Adds
links?
return
builder
.
build
();
}
...
...
@@ -512,7 +512,7 @@ public class AdminService implements ContainerRequestFilter {
}
builder
=
Response
.
status
(
Response
.
Status
.
CREATED
);
//TODO: links
?
//
TODO:
Adds
links?
return
builder
.
build
();
}
...
...
@@ -588,7 +588,7 @@ public class AdminService implements ContainerRequestFilter {
}
builder
=
Response
.
status
(
Response
.
Status
.
CREATED
);
//TODO: links
?
//
TODO:
Adds
links?
return
builder
.
build
();
}
...
...
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