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
Helmholtz Cloud Portal
Cerebrum
Commits
fe72ce6d
Commit
fe72ce6d
authored
Jun 29, 2021
by
femiadeyemi
Browse files
minor fixes
parent
091121b7
Pipeline
#79245
passed with stages
in 8 minutes and 13 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/de/helmholtz/marketplace/cerebrum/controller/ImageController.java
View file @
fe72ce6d
...
...
@@ -66,7 +66,7 @@ public class ImageController
@GetMapping
(
path
=
""
)
public
Iterable
<
Image
>
getImages
(
@Parameter
(
description
=
"specify the name of the image to search for"
)
@RequestParam
(
value
=
"name"
)
String
name
,
@RequestParam
(
value
=
"name"
,
defaultValue
=
""
)
String
name
,
@Parameter
(
description
=
"specify the page number"
)
@RequestParam
(
value
=
"page"
,
defaultValue
=
"0"
)
@Min
(
0
)
Integer
page
,
@Parameter
(
description
=
"limit the number of records returned in one page"
)
...
...
src/main/java/de/helmholtz/marketplace/cerebrum/entity/MarketUser.java
View file @
fe72ce6d
...
...
@@ -5,7 +5,6 @@ import lombok.AccessLevel;
import
lombok.Getter
;
import
lombok.Setter
;
import
org.springframework.data.annotation.Id
;
import
org.springframework.data.mongodb.core.mapping.DBRef
;
import
org.springframework.data.mongodb.core.mapping.Document
;
import
org.springframework.lang.Nullable
;
...
...
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