From 3dc534745f85142a7d40663c49fa74964a4aefd6 Mon Sep 17 00:00:00 2001 From: tpylak <tpylak> Date: Tue, 10 Aug 2010 14:53:43 +0000 Subject: [PATCH] minor: javadoc SVN: 17384 --- .../client/web/client/application/SingleSectionPanel.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/SingleSectionPanel.java b/openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/SingleSectionPanel.java index 2ee93dbd7da..72c66284d7e 100644 --- a/openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/SingleSectionPanel.java +++ b/openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/SingleSectionPanel.java @@ -44,7 +44,7 @@ abstract public class SingleSectionPanel extends ContentPanel /** * Whether additional components created for this section (e.g. browsers) should be * automatically disposed when the section is detached from its container. For sections that can - * temporarily removed from container as in {@link SectionsPanel} it should be turned off and + * be temporarily removed from container as in {@link SectionsPanel} it should be turned off and * the container should dispose section components manually. */ private boolean autoDisposeComponents = true; -- GitLab