fix style

This commit is contained in:
Will Gittoes 2019-03-13 13:57:05 +11:00
parent 2ceeb4dc14
commit 474f196c2f
No known key found for this signature in database
GPG Key ID: 521026A02DB0BB42
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ class ProcedureCallTest extends AgentTestRunner {
session.beginTransaction()
ProcedureCall call = session.createStoredProcedureCall("TEST_PROC")
call.registerParameter("nonexistent", Long.class, ParameterMode.IN)
call.registerParameter("nonexistent", Long, ParameterMode.IN)
call.getParameterRegistration("nonexistent").bindValue(420)
try {
call.getOutputs()