Author: tchemit Date: 2014-04-05 19:06:12 +0200 (Sat, 05 Apr 2014) New Revision: 1006 Url: http://forge.codelutin.com/projects/echobase/repository/revisions/1006 Log: remove SpeciesImpl Removed: trunk/echobase-domain/src/main/java/fr/ifremer/echobase/entities/references/SpeciesImpl.java Deleted: trunk/echobase-domain/src/main/java/fr/ifremer/echobase/entities/references/SpeciesImpl.java =================================================================== --- trunk/echobase-domain/src/main/java/fr/ifremer/echobase/entities/references/SpeciesImpl.java 2014-04-05 16:58:54 UTC (rev 1005) +++ trunk/echobase-domain/src/main/java/fr/ifremer/echobase/entities/references/SpeciesImpl.java 2014-04-05 17:06:12 UTC (rev 1006) @@ -1,28 +0,0 @@ -package fr.ifremer.echobase.entities.references; - -/* - * #%L - * EchoBase :: Domain - * %% - * Copyright (C) 2011 - 2014 Ifremer, Codelutin - * %% - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see <http://www.gnu.org/licenses/>. - * #L% - */ - -public class SpeciesImpl extends SpeciesAbstract { - - private static final long serialVersionUID = 1L; - -}