Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
佳 邓
Gitlab4j Api
Commits
ffc29df7
Commit
ffc29df7
authored
May 15, 2024
by
Jeremie Bresson
Browse files
Merge remote-tracking branch 'origin/main' into 6.x
parents
93329a56
c5dbbd28
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/gitlab4j/api/models/Position.java
View file @
ffc29df7
...
@@ -12,7 +12,7 @@ public class Position implements Serializable {
...
@@ -12,7 +12,7 @@ public class Position implements Serializable {
public
static
enum
PositionType
{
public
static
enum
PositionType
{
TEXT
,
IMAGE
;
TEXT
,
IMAGE
,
FILE
;
private
static
JacksonJsonEnumHelper
<
PositionType
>
enumHelper
=
new
JacksonJsonEnumHelper
<>(
PositionType
.
class
,
private
static
JacksonJsonEnumHelper
<
PositionType
>
enumHelper
=
new
JacksonJsonEnumHelper
<>(
PositionType
.
class
,
false
,
false
);
false
,
false
);
...
...
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment