blob: 1c71a79edac539d3f34e85e20775f5ebf436dead [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2015 Red Hat Inc.
*
* 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:
* Mickael Istria (Red Hat Inc.) - 469918 Zoom In/Out
*******************************************************************************/
package org.eclipse.ui.texteditor;
/**
* @noreference This class is not intended to be referenced by clients.
*/
public final class TextZoomInHandler extends AbstractTextZoomHandler {
public TextZoomInHandler() {
super(+2);
}
}