clamav-client icon indicating copy to clipboard operation
clamav-client copied to clipboard

ClamavClient constructor is not recognized.

Open ChiranjibKarn opened this issue 7 years ago • 0 comments

A simple constructor (following code): ClamavClient clamClient = new ClamavClient('localhost', Platform.UNIX) Throws this error:

groovy.lang.GroovyRuntimeException: Could not find matching constructor for: xyz.capybara.clamav.ClamavClient(java.lang.String, java.lang.Class)

In grails 3.2.11.

ChiranjibKarn avatar Jan 04 '18 04:01 ChiranjibKarn