This commit is contained in:
Derek Pappas 2019-02-23 19:16:16 -08:00 committed by GitHub
parent cf67a65d42
commit d2e96b7c6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,6 +18,6 @@ object DiplomaticObjectModel {
}
def getComponents(): OMComponent = {
doms.flatMap(_.getComponent()).head
doms.flatMap(_.getComponent()).last
}
}