Actions
Bug #2770
closedLDAPConnectionProvider#foreach should have type Unit
Status:
Rejected
Priority:
4
Assignee:
-
Category:
Architecture - Internal libs
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
The signature of LDAPConnectionProvider's foreach method is Box[Nothing], it should certainly be Unit.
def foreach(f: LDAPConnection => Unit) : Box[Nothing] ...
Actions