You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scala's method 'sort' has been deprecated. Since 2.8 version it has been
advised to replace it by 'sortWith' method. Particularly, version 2.10+
complains if 'sort' method is used. The method's signature is the same.
Original issue reported on code.google.com by edward.r...@gmail.com on 9 Jun 2013 at 4:58
Original issue reported on code.google.com by
edward.r...@gmail.comon 9 Jun 2013 at 4:58Attachments: