From 3a1637dc0014f056ea9fe0931e17ab5b329d216c Mon Sep 17 00:00:00 2001 From: tpylak <tpylak> Date: Wed, 23 Mar 2011 10:08:31 +0000 Subject: [PATCH] minor: make method private SVN: 20461 --- .../web/client/application/framework/TabTitleUpdater.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/framework/TabTitleUpdater.java b/openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/framework/TabTitleUpdater.java index 9bbcb228e73..de84cc7aade 100644 --- a/openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/framework/TabTitleUpdater.java +++ b/openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/framework/TabTitleUpdater.java @@ -29,7 +29,7 @@ public class TabTitleUpdater /** * Updates the tab title if binded, stores the title value otherwise. */ - void update(String newTitle) + private void update(String newTitle) { this.title = newTitle; if (tab != null) -- GitLab