33343536373839
public class JcrPropertiesSection extends AbstractPropertySection { private JcrPropertiesView delegate; public JcrPropertiesSection() { delegate = new JcrPropertiesView(); }