gla-rad / SECOMLib

A Java library facilitating the development of SECOM-compliant web interfaces
Apache License 2.0
8 stars 3 forks source link

Wrong signature for SecomClient.ping #9

Closed kaspernielsen closed 2 weeks ago

kaspernielsen commented 2 weeks ago

Signature is Optional<GetSummaryResponseObject> ping()

Should be Optional<PingResponseObject> ping()

nvasta commented 2 weeks ago

Noted and fixed in version 0.0.50.