Added missing @ClassType to memory limits.
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@3641 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
dff4c06763
commit
ce27ed0d60
|
|
@ -10,6 +10,7 @@ trait DispatchFunction extends InputOutputFunction {
|
||||||
|
|
||||||
@Input
|
@Input
|
||||||
@Optional
|
@Optional
|
||||||
|
@ClassType(classOf[Int])
|
||||||
var memoryLimit: Option[Int] = None
|
var memoryLimit: Option[Int] = None
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue