blob: b8509f0a0f8de031709163e8f7ccf627e5ce99aa [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2008, 2015 IBM Corporation and others.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.ua.tests.help.webapp;
/**
* Used in FilterExtension test
*/
public class CommentFilterOne extends CommentFilter {
@Override
protected String getCommentText() {
return "1";
}
}