diff --git a/ccm-core/src/com/arsdigita/bebop/Component.java b/ccm-core/src/com/arsdigita/bebop/Component.java index 834e56303..964e9107f 100755 --- a/ccm-core/src/com/arsdigita/bebop/Component.java +++ b/ccm-core/src/com/arsdigita/bebop/Component.java @@ -24,9 +24,10 @@ import com.arsdigita.util.Lockable; import com.arsdigita.xml.Element; /** - * The common interface implemented by all Bebop - * components. During its lifetime, a component receives the following - * calls from the containing page. + * The common interface implemented by all Bebop components. + * + * During its lifetime, a component receives the following calls + * from the containing page. * *