Skip to content

Commit

Permalink
Making the Position class not final.
Browse files Browse the repository at this point in the history
  • Loading branch information
iridin committed Oct 13, 2015
1 parent 55377fe commit 28e5d70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @author Dominik Skoda <skoda@d3s.mff.cuni.cz>
*
*/
public final class Position implements Serializable, Cloneable {
public class Position implements Serializable, Cloneable {

/**
* Generated serial version UID.
Expand Down

0 comments on commit 28e5d70

Please sign in to comment.