Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ARSnova Backend
Manage
Activity
Members
Labels
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Privacy
Imprint
Contact
Snippets
Groups
Projects
Show more breadcrumbs
Paul-Christian Volkmer
ARSnova Backend
Commits
5da710d9
Commit
5da710d9
authored
9 years ago
by
Tom Käsler
Browse files
Options
Downloads
Patches
Plain Diff
change whitespace to tabs, remove unneccessary annotations
parent
1c08728d
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/java/de/thm/arsnova/controller/AbstractController.java
+8
-8
8 additions, 8 deletions
...in/java/de/thm/arsnova/controller/AbstractController.java
src/main/java/de/thm/arsnova/controller/SessionController.java
+1
-1
1 addition, 1 deletion
...ain/java/de/thm/arsnova/controller/SessionController.java
with
9 additions
and
9 deletions
src/main/java/de/thm/arsnova/controller/AbstractController.java
+
8
−
8
View file @
5da710d9
...
...
@@ -23,12 +23,12 @@ package de.thm.arsnova.controller;
public
class
AbstractController
{
protected
static
final
String
X_DEPRECATED_API
=
"X-Deprecated-API"
;
protected
static
final
String
X_FORWARDED
=
"X-Forwarded"
;
protected
static
final
String
HTML_STATUS_200
=
"OK"
;
protected
static
final
String
HTML_STATUS_201
=
"Created"
;
protected
static
final
String
HTML_STATUS_204
=
"No Content"
;
protected
static
final
String
HTML_STATUS_400
=
"Bad request"
;
protected
static
final
String
HTML_STATUS_403
=
"Forbidden"
;
protected
static
final
String
HTML_STATUS_404
=
"Not Found"
;
protected
static
final
String
HTML_STATUS_501
=
"Not Implemented"
;
protected
static
final
String
HTML_STATUS_503
=
"Service Unavailable"
;
protected
static
final
String
HTML_STATUS_200
=
"OK"
;
protected
static
final
String
HTML_STATUS_201
=
"Created"
;
protected
static
final
String
HTML_STATUS_204
=
"No Content"
;
protected
static
final
String
HTML_STATUS_400
=
"Bad request"
;
protected
static
final
String
HTML_STATUS_403
=
"Forbidden"
;
protected
static
final
String
HTML_STATUS_404
=
"Not Found"
;
protected
static
final
String
HTML_STATUS_501
=
"Not Implemented"
;
protected
static
final
String
HTML_STATUS_503
=
"Service Unavailable"
;
}
This diff is collapsed.
Click to expand it.
src/main/java/de/thm/arsnova/controller/SessionController.java
+
1
−
1
View file @
5da710d9
...
...
@@ -224,7 +224,7 @@ public class SessionController extends PaginationController {
}
@ApiOperation
(
value
=
"Retrieves all public pool sessions for the current user"
,
nickname
=
"getMyPublicPoolSessions"
,
response
=
Session
.
class
,
responseContainer
=
"List"
)
nickname
=
"getMyPublicPoolSessions"
)
@ApiResponses
(
value
=
{
@ApiResponse
(
code
=
204
,
message
=
HTML_STATUS_204
)
})
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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