Author: bleny Date: 2014-05-19 12:26:40 +0200 (Mon, 19 May 2014) New Revision: 1957 Url: http://forge.codelutin.com/projects/wao/repository/revisions/1957 Log: fixes #5105 remove wrong assertion Modified: trunk/wao-persistence/src/main/java/fr/ifremer/wao/entity/SampleRowLogImpl.java Modified: trunk/wao-persistence/src/main/java/fr/ifremer/wao/entity/SampleRowLogImpl.java =================================================================== --- trunk/wao-persistence/src/main/java/fr/ifremer/wao/entity/SampleRowLogImpl.java 2014-05-19 10:22:31 UTC (rev 1956) +++ trunk/wao-persistence/src/main/java/fr/ifremer/wao/entity/SampleRowLogImpl.java 2014-05-19 10:26:40 UTC (rev 1957) @@ -336,7 +336,7 @@ if (boatIsElligible) { newlyEligibleBoats.add(registrationCode); } else { - throw new IllegalStateException("boat " + registrationCode + " was not and is not elligible for row " + newRow); + // boat was not and is not elligible for row, it must be a boat added by coordinator } } }