This is an automated email from the git hooks/post-receive script. New commit to branch feature/8180 in repository echobase. See https://gitlab.nuiton.org/codelutin/echobase.git commit b4c446f940d74f791d79fcae8f4117d85b07873a Author: Julien Ruchaud <julien.ruchaud@debux.org> Date: Mon Jul 4 14:04:47 2016 +0200 Add echotype on mooring --- .../fr/ifremer/echobase/entities/data/MooringImpl.java | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/echobase-domain/src/main/java/fr/ifremer/echobase/entities/data/MooringImpl.java b/echobase-domain/src/main/java/fr/ifremer/echobase/entities/data/MooringImpl.java index d355396..7a3949a 100644 --- a/echobase-domain/src/main/java/fr/ifremer/echobase/entities/data/MooringImpl.java +++ b/echobase-domain/src/main/java/fr/ifremer/echobase/entities/data/MooringImpl.java @@ -27,19 +27,4 @@ public class MooringImpl extends MooringAbstract { return this; } - @Override - public boolean isEchotypeEmpty() { - throw new UnsupportedOperationException(); - } - - @Override - public Collection<Echotype> getEchotype() { - throw new UnsupportedOperationException(); - } - - @Override - public void addEchotype(Echotype echotype) { - throw new UnsupportedOperationException(); - } - } //MooringImpl -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.