driver/java: Add to builtin list

This commit is contained in:
Armon Dadgar
2015-09-04 13:09:11 -07:00
parent 64cbc594e6
commit ad6fe8a05b

View File

@@ -13,6 +13,7 @@ import (
// which are available for allocation handling
var BuiltinDrivers = map[string]Factory{
"exec": NewExecDriver,
"java": NewJavaDriver,
}
// NewDriver is used to instantiate and return a new driver