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
Andrew Lyons
pipeline
Commits
1f7cef26
Commit
1f7cef26
authored
Dec 13, 2017
by
Andrew Nicols
Browse files
Style fix for getters
parent
6a1d7748
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/org/moodle/ci/branches/Branch.groovy
View file @
1f7cef26
...
@@ -8,15 +8,15 @@ class Branch {
...
@@ -8,15 +8,15 @@ class Branch {
protected
String
[]
supportedDatabases
protected
String
[]
supportedDatabases
def
getDefaultBranch
()
{
def
getDefaultBranch
()
{
return
this
.
defaultBranch
return
defaultBranch
}
}
def
getPhpVersions
()
{
def
getPhpVersions
()
{
return
this
.
supportedPHPVersions
return
supportedPHPVersions
}
}
def
getDatabases
()
{
def
getDatabases
()
{
return
this
.
supportedPHPVersions
return
supportedPHPVersions
}
}
def
getHighestSupportedVersion
()
{
def
getHighestSupportedVersion
()
{
...
...
src/org/moodle/ci/repositories/Repository.groovy
View file @
1f7cef26
...
@@ -4,6 +4,6 @@ class Repository {
...
@@ -4,6 +4,6 @@ class Repository {
protected
String
url
protected
String
url
def
getUrl
()
{
def
getUrl
()
{
return
this
.
url
return
url
}
}
}
}
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