From 28ea893d77ad1060867e834c5a21a5149234f2db Mon Sep 17 00:00:00 2001
From: Peter van 't Hof <p.j.van_t_hof@lumc.nl>
Date: Wed, 19 Aug 2015 17:09:57 +0200
Subject: [PATCH] Fixed type

---
 .../lumc/sasc/biopet/core/BiopetCommandLineFunctionTrait.scala  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/biopet-framework/src/main/scala/nl/lumc/sasc/biopet/core/BiopetCommandLineFunctionTrait.scala b/public/biopet-framework/src/main/scala/nl/lumc/sasc/biopet/core/BiopetCommandLineFunctionTrait.scala
index 0232c2e04..ea2731c78 100644
--- a/public/biopet-framework/src/main/scala/nl/lumc/sasc/biopet/core/BiopetCommandLineFunctionTrait.scala
+++ b/public/biopet-framework/src/main/scala/nl/lumc/sasc/biopet/core/BiopetCommandLineFunctionTrait.scala
@@ -199,7 +199,7 @@ trait BiopetCommandLineFunctionTrait extends CommandLineFunction with Configurab
     BiopetCommandLineFunctionTrait.versionCache.get(versionCommand)
   }
 
-  def getThreads = getThreads(defaultThreads)
+  def getThreads: Int = getThreads(defaultThreads)
 
   /**
    * Get threads from config
-- 
GitLab