Kommentare und einige Aufräumarbeiten

git-svn-id: https://svn.libreccm.org/ccm/trunk@1792 8810af33-2d31-482b-a856-94f89814c4df
master
quasi 2012-07-31 05:43:04 +00:00
parent b96f23ecba
commit 75eb2365d2
2 changed files with 2 additions and 1 deletions

View File

@ -29,6 +29,7 @@ import com.arsdigita.bebop.util.GlobalizationUtil;
* the right. * the right.
* *
* @author Stanislav Freidin * @author Stanislav Freidin
* @author Sören Bernstein (sbernstein@quasiweb.de)
* @version $Id: SaveCancelSection.java 287 2005-02-22 00:29:02Z sskracic $ * @version $Id: SaveCancelSection.java 287 2005-02-22 00:29:02Z sskracic $
*/ */
public class SaveCancelSection extends FormSection { public class SaveCancelSection extends FormSection {

View File

@ -100,7 +100,7 @@ public class TabbedPane extends SimpleContainer {
while (i.hasNext()) { while (i.hasNext()) {
Pane pane = (Pane) i.next(); Pane pane = (Pane) i.next();
p.setVisibleDefault(pane.getComponent(), pane == m_defaultPane); p.setVisibleDefault(pane.getComponent(), pane == m_defaultPane);
} }
} }
/** /**