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
91a0ec45
Commit
91a0ec45
authored
Mar 13, 2018
by
Greg Messner
Browse files
Changed is_shared to isShared (#154).
parent
bc4b9abd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/gitlab4j/api/models/Runner.java
View file @
91a0ec45
...
...
@@ -15,7 +15,7 @@ public class Runner {
private
Integer
id
;
private
String
description
;
private
Boolean
active
;
private
Boolean
is
_s
hared
;
private
Boolean
is
S
hared
;
private
String
name
;
private
Boolean
online
;
private
RunnerStatus
status
;
...
...
@@ -69,11 +69,11 @@ public class Runner {
}
public
Boolean
getIs_shared
()
{
return
is
_s
hared
;
return
is
S
hared
;
}
public
void
setIs_shared
(
Boolean
is_shared
)
{
this
.
is
_s
hared
=
is_shared
;
this
.
is
S
hared
=
is_shared
;
}
public
String
getName
()
{
...
...
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