Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.8-incubating
-
None
-
None
Description
I have brought the latest atlas code into an Eclipse environment and see an error in GraphBackedDiscoveryService,
line 154
scala.collection.immutable.List.empty()); it says method empty is ambiguous.
if I replace this expression with null it complies.