blob: 0e24a3f969b6c7fd26fc66295b315be3a5a0ef70 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2006 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.ui.tests.views.properties.tabbed.sections;
public class InformationTwoSection
extends LabelSection {
public InformationTwoSection() {
super();
label = "A section for Information that contains the word \"Two\"";//$NON-NLS-1$
}
}