Skip to content

Commit

Permalink
Clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
lrozenblyum committed Nov 26, 2016
1 parent cc0df6c commit aae0c82
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/com/leokom/chess/engine/Position.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import com.google.common.collect.ImmutableMap;
import com.google.common.collect.ImmutableSet;
import com.google.common.collect.Sets;
import com.leokom.chess.utils.CollectionUtils;

import java.util.*;
import java.util.stream.Collectors;
Expand All @@ -28,7 +27,7 @@
* </ul>
*
* The position SHOULD be immutable. This is a strict desired state
* of th class.
* of the class.
* Mutators that exist here MUST be moved to some 'position builder'
*
*
Expand Down

0 comments on commit aae0c82

Please sign in to comment.