diff --git a/ccm-core/src/com/arsdigita/bebop/SaveCancelSection.java b/ccm-core/src/com/arsdigita/bebop/SaveCancelSection.java index e6904bef7..c98fc5c5e 100755 --- a/ccm-core/src/com/arsdigita/bebop/SaveCancelSection.java +++ b/ccm-core/src/com/arsdigita/bebop/SaveCancelSection.java @@ -29,6 +29,7 @@ import com.arsdigita.bebop.util.GlobalizationUtil; * the right. * * @author Stanislav Freidin + * @author Sören Bernstein (sbernstein@quasiweb.de) * @version $Id: SaveCancelSection.java 287 2005-02-22 00:29:02Z sskracic $ */ public class SaveCancelSection extends FormSection { diff --git a/ccm-core/src/com/arsdigita/bebop/TabbedPane.java b/ccm-core/src/com/arsdigita/bebop/TabbedPane.java index 4544b0a98..a4514603a 100755 --- a/ccm-core/src/com/arsdigita/bebop/TabbedPane.java +++ b/ccm-core/src/com/arsdigita/bebop/TabbedPane.java @@ -100,7 +100,7 @@ public class TabbedPane extends SimpleContainer { while (i.hasNext()) { Pane pane = (Pane) i.next(); p.setVisibleDefault(pane.getComponent(), pane == m_defaultPane); - } + } } /**