From 96bc1bf67226b2e44744a468df6fd866f236773f Mon Sep 17 00:00:00 2001 From: tpylak <tpylak> Date: Tue, 14 Jul 2009 14:04:21 +0000 Subject: [PATCH] LMS-1035 minor: remove final SVN: 11751 --- .../web/client/application/ui/grid/AbstractBrowserGrid.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/ui/grid/AbstractBrowserGrid.java b/openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/ui/grid/AbstractBrowserGrid.java index ccee88f90b0..e0f689f10c7 100644 --- a/openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/ui/grid/AbstractBrowserGrid.java +++ b/openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/ui/grid/AbstractBrowserGrid.java @@ -269,7 +269,7 @@ public abstract class AbstractBrowserGrid<T/* Entity */, M extends BaseEntityMod } /** to be overriden by subclasses if different entity types can be displayed */ - protected final EntityType tryToGetEntityType() + protected EntityType tryToGetEntityType() { return null; } -- GitLab