This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git commit 3bbaad58ec811e91d519a3f43ecd77362bc51676 Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Nov 2 11:37:42 2016 +0100 Remove unused code --- .../impl/seine/TargetDiscardCatchUIHandler.java | 25 ---------------------- 1 file changed, 25 deletions(-) diff --git a/application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/table/impl/seine/TargetDiscardCatchUIHandler.java b/application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/table/impl/seine/TargetDiscardCatchUIHandler.java index bf23f7f..89bb705 100644 --- a/application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/table/impl/seine/TargetDiscardCatchUIHandler.java +++ b/application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/table/impl/seine/TargetDiscardCatchUIHandler.java @@ -76,31 +76,6 @@ public class TargetDiscardCatchUIHandler extends ContentTableUIHandler<SetSeineT public TargetDiscardCatchUIHandler(TargetDiscardCatchUI ui) { super(ui, DataContextType.SetSeine); } -// -// protected static Collection<ReferentialReference<WeightCategoryDto>> getWeightCategoryUsed( -// ContentTableModel<SetSeineTargetCatchDto, TargetCatchDto> model) { -// -// List<ReferentialReference<WeightCategoryDto>> list = model.getColumnValues(1); -// Collection<ReferentialReference<WeightCategoryDto>> set = Sets.newHashSet(list); -// list.clear(); -// return set; -// } -// -// protected static Collection<ReferentialReference<ReasonForDiscardDto>> getReasonForDiscardUsed( -// ContentTableModel<SetSeineTargetCatchDto, TargetCatchDto> model, -// ReferentialReference<WeightCategoryDto> weightCategory) { -// -// Collection<ReferentialReference<ReasonForDiscardDto>> set = Sets.newHashSet(); -// if (weightCategory != null) { -// for (int i = 0; i < model.getRowCount(); i++) { -// TargetCatchDto c = model.getValueAt(i); -// if (c != null && weightCategory.equals(c.getWeightCategory()) && c.getReasonForDiscard() != null) { -// set.add(c.getReasonForDiscard()); -// } -// } -// } -// return set; -// } @Override public TargetDiscardCatchUI getUi() { -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.