statistics/src/main/java/cz/xelfi/quoridor/statistics/OpeningTreeNode.java
changeset 266 15fcdfc4cd4a
parent 264 d60370059c3c
     1.1 --- a/statistics/src/main/java/cz/xelfi/quoridor/statistics/OpeningTreeNode.java	Tue Sep 14 08:56:13 2010 +0200
     1.2 +++ b/statistics/src/main/java/cz/xelfi/quoridor/statistics/OpeningTreeNode.java	Tue Sep 14 09:46:43 2010 +0200
     1.3 @@ -1,4 +1,4 @@
     1.4 -/*
     1.5 +/**
     1.6   * Quoridor server and related libraries
     1.7   * Copyright (C) 2009-2010 Martin Rexa
     1.8   *
     1.9 @@ -15,6 +15,7 @@
    1.10   * along with this program. Look for COPYING file in the top folder.
    1.11   * If not, see http://www.gnu.org/licenses/.
    1.12   */
    1.13 +
    1.14  package cz.xelfi.quoridor.statistics;
    1.15  
    1.16  import cz.xelfi.quoridor.webidor.Game;