Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ActorSortingService should sort with java's collection.sort instead of relying on custom code. #13

Open
JDKoder opened this issue May 19, 2015 · 0 comments

Comments

@JDKoder
Copy link
Owner

JDKoder commented May 19, 2015

Actor now implements the Comparable interface and should be sorted using Java's Collection.sort() function. The current code is complicated and error prone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant