From 871c91ee5e5631ac080750a3643d4f855f5dd5d0 Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Thu, 22 Nov 2018 20:34:25 +0000 Subject: [PATCH] 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 --- .../llvm/dsf/lldb/core/ILLDBLaunchConfigurationConstants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/org.eclipse.cdt.llvm.dsf.lldb.core/src/org/eclipse/cdt/llvm/dsf/lldb/core/ILLDBLaunchConfigurationConstants.java b/llvm/org.eclipse.cdt.llvm.dsf.lldb.core/src/org/eclipse/cdt/llvm/dsf/lldb/core/ILLDBLaunchConfigurationConstants.java index a23f849ee88..95447f4d733 100644 --- a/llvm/org.eclipse.cdt.llvm.dsf.lldb.core/src/org/eclipse/cdt/llvm/dsf/lldb/core/ILLDBLaunchConfigurationConstants.java +++ b/llvm/org.eclipse.cdt.llvm.dsf.lldb.core/src/org/eclipse/cdt/llvm/dsf/lldb/core/ILLDBLaunchConfigurationConstants.java @@ -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