fix style
This commit is contained in:
parent
2ceeb4dc14
commit
474f196c2f
|
@ -116,7 +116,7 @@ class ProcedureCallTest extends AgentTestRunner {
|
||||||
session.beginTransaction()
|
session.beginTransaction()
|
||||||
|
|
||||||
ProcedureCall call = session.createStoredProcedureCall("TEST_PROC")
|
ProcedureCall call = session.createStoredProcedureCall("TEST_PROC")
|
||||||
call.registerParameter("nonexistent", Long.class, ParameterMode.IN)
|
call.registerParameter("nonexistent", Long, ParameterMode.IN)
|
||||||
call.getParameterRegistration("nonexistent").bindValue(420)
|
call.getParameterRegistration("nonexistent").bindValue(420)
|
||||||
try {
|
try {
|
||||||
call.getOutputs()
|
call.getOutputs()
|
||||||
|
|
Loading…
Reference in New Issue