Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
SimpleRest
Commits
fc65d4aa
Commit
fc65d4aa
authored
Aug 12, 2019
by
Roland Schuller
Browse files
ger User Protected so it can be used in other Classes too
parent
b4b7fd4e
Pipeline
#492
failed with stage
in 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/at/itopen/simplerest/endpoints/JsonCRUDHelper.java
View file @
fc65d4aa
...
...
@@ -32,7 +32,7 @@ public abstract class JsonCRUDHelper<GETTER extends AbstractGetter<OBJECT>, SETT
RestEndpoint
get
,
put
,
del
,
getall
,
newp
;
pr
ivate
RestUser
<
USER
>
getUser
(
Conversion
conversion
)
{
pr
otected
RestUser
<
USER
>
getUser
(
Conversion
conversion
)
{
BasicUser
bu
=
conversion
.
getRequest
().
getUser
();
if
(
bu
==
null
)
{
return
null
;
...
...
Write
Preview
Supports
Markdown
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