Skip to content

Commit

Permalink
Merge pull request #560 from byxorna/gabe-559
Browse files Browse the repository at this point in the history
Fix duplicate getLshwValues definition
  • Loading branch information
byxorna authored Jun 23, 2017
2 parents 35dc51e + 2c9ba92 commit 367d8a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ env:
- RUN_SCALA=true RUN_RUBY=false
matrix:
include:
# make sure we run the scala builds
- jdk: oraclejdk7
env: RUN_RUBY=false RUN_SCALA=true
- jdk: oraclejdk7
env: RUN_RUBY=true RUN_SCALA=false GEM_NAME=collins-client
- jdk: oraclejdk7
Expand Down
4 changes: 0 additions & 4 deletions app/collins/models/AssetMeta.scala
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,5 @@ object AssetMeta extends Schema with AnormAdapter[AssetMeta] with AssetMetaKeys
def getLshwValues(): Set[AssetMeta] = {
Set(BaseDescription, BaseProduct, BaseVendor, BaseSerial, GpuProduct, GpuVendor)
}

def getLshwValues(): Set[AssetMeta] = {
Set(BaseDescription, BaseProduct, BaseVendor, BaseSerial)
}
}
}

0 comments on commit 367d8a0

Please sign in to comment.