Skip to content
Snippets Groups Projects
Commit 3a1637dc authored by tpylak's avatar tpylak
Browse files

minor: make method private

SVN: 20461
parent 1d060234
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ public class TabTitleUpdater ...@@ -29,7 +29,7 @@ public class TabTitleUpdater
/** /**
* Updates the tab title if binded, stores the title value otherwise. * Updates the tab title if binded, stores the title value otherwise.
*/ */
void update(String newTitle) private void update(String newTitle)
{ {
this.title = newTitle; this.title = newTitle;
if (tab != null) if (tab != null)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment