Update org.apache.commons:commons-compress to 1.25.0
[egit/eclipse.git] / org.eclipse.egit.ui / src / org / eclipse / egit / ui / internal / branch / NoopDebugUIPluginFacade.java
bloba2fc9cc32c1ce0623c727f6774015990195528d7
1 /*******************************************************************************
2 * Copyright (C) 2019, Peter Severin <peter@wireframesketcher.com>
4 * All rights reserved. This program and the accompanying materials
5 * are made available under the terms of the Eclipse Public License 2.0
6 * which accompanies this distribution, and is available at
7 * https://www.eclipse.org/legal/epl-2.0/
9 * SPDX-License-Identifier: EPL-2.0
11 * Contributors:
12 * Thomas Wolf <thomas.wolf@paranor.ch>
13 * Peter Severin <peter@wireframesketcher.com> - Bug 546329
14 *******************************************************************************/
15 package org.eclipse.egit.ui.internal.branch;
17 import java.util.Collection;
19 import org.eclipse.core.runtime.IProgressMonitor;
20 import org.eclipse.jgit.lib.Repository;
22 class NoopDebugUIPluginFacade implements IDebugUIPluginFacade {
23 @Override
24 public String getRunningLaunchConfigurationName(
25 Collection<Repository> repositories, IProgressMonitor monitor) {
26 return null;