diff options
| author | Matt Rendina <mrendina@stsci.edu> | 2017-11-29 14:57:11 -0500 |
|---|---|---|
| committer | Matt Rendina <mrendina@stsci.edu> | 2017-11-29 14:57:11 -0500 |
| commit | 84d3a21f81ac886f7be6aaa3feda1a3e2d14330c (patch) | |
| tree | 90c955d231a2659dbd5f213355be71bec955701c /src | |
| parent | 2cf944b7421724744a7ce49542e77ec329223575 (diff) | |
| download | jscu_refactor-84d3a21f81ac886f7be6aaa3feda1a3e2d14330c.tar.gz | |
typo
Diffstat (limited to 'src')
| -rw-r--r-- | src/BuildConfig.groovy | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/BuildConfig.groovy b/src/BuildConfig.groovy index a03e25c..4696381 100644 --- a/src/BuildConfig.groovy +++ b/src/BuildConfig.groovy @@ -15,9 +15,9 @@ class BuildConfig implements Serializable { [$class: 'SkippedThreshold', failureNewThreshold: '', failureThreshold: '', unstableNewThreshold: '', unstableThreshold: '']] // Constructors - //BuildConfig() { - // nodetype = "" - //} + BuildConfig() { + nodetype = "" + } BuildConfig(nodetype) { this.nodetype = nodetype |
