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
UNLOCK
fairds
Commits
4881c876
Commit
4881c876
authored
Feb 07, 2022
by
Jasper Koehorst
Browse files
git conflict
parent
0962934a
Pipeline
#38038
passed with stage
in 2 minutes and 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/nl/fairbydesign/backend/ncbi/objects/esample/RUNSET.java
View file @
4881c876
...
...
@@ -12,14 +12,4 @@ public class RUNSET{
public
void
setRUN
(
ArrayList
<
RUN
>
rUN
)
{
this
.
rUN
=
rUN
;
}
ArrayList
<
RUN
>
rUN
=
new
ArrayList
<>();
}
=======
public
class
RUNSET
{
@JsonProperty
(
"RUN"
)
public
RUN
getRUN
()
{
return
this
.
rUN
;
}
public
void
setRUN
(
RUN
rUN
)
{
this
.
rUN
=
rUN
;
}
RUN
rUN
;
}
>>>>>>>
3
d2e7bc368880c32d40198f9fb320f8e742a6eea
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