blob: d72afd1a0e2621cb6c2c892b1a5579b0b75a23fc [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2004, 2008 Tasktop Technologies and others.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
* https://www.eclipse.org/legal/epl-2.0
*
* SPDX-License-Identifier: EPL-2.0
*
* Tasktop Technologies - initial API and implementation
*******************************************************************************/
package org.eclipse.mylyn.internal.ide.ui.actions;
import org.eclipse.mylyn.ide.ui.AbstractFocusMarkerViewAction;
/**
* @author Mik Kersten
*/
public class FocusAllMarkersViewAction extends AbstractFocusMarkerViewAction {
public FocusAllMarkersViewAction() {
super();
}
}