mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 00:45:28 +02:00
Bug 540373: Fix declaration to interface
This file was always intended to be an interface. The discussion on fixing this happened as part of the review to change I240bbe08666b89861fe132c6384174be7883c022 Change-Id: I7ddd211f927f7089ed40abdf578ae10c0c437329
This commit is contained in:
parent
c5c5412f8d
commit
871c91ee5e
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ import org.eclipse.cdt.llvm.dsf.lldb.core.internal.LLDBCorePlugin;
|
|||
*
|
||||
* @noimplement This interface is not intended to be implemented by clients.
|
||||
*/
|
||||
public class ILLDBLaunchConfigurationConstants {
|
||||
public interface ILLDBLaunchConfigurationConstants {
|
||||
|
||||
/**
|
||||
* Launch configuration attribute key. The value is the name of
|
||||
|
|
Loading…
Add table
Reference in a new issue