summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/LspCpp/include/LibLsp/lsp/extention/jdtls/executeCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/LspCpp/include/LibLsp/lsp/extention/jdtls/executeCommand.h')
-rw-r--r--Build/source/utils/asymptote/LspCpp/include/LibLsp/lsp/extention/jdtls/executeCommand.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/Build/source/utils/asymptote/LspCpp/include/LibLsp/lsp/extention/jdtls/executeCommand.h b/Build/source/utils/asymptote/LspCpp/include/LibLsp/lsp/extention/jdtls/executeCommand.h
index 92d4a3627bf..19479adfaff 100644
--- a/Build/source/utils/asymptote/LspCpp/include/LibLsp/lsp/extention/jdtls/executeCommand.h
+++ b/Build/source/utils/asymptote/LspCpp/include/LibLsp/lsp/extention/jdtls/executeCommand.h
@@ -6,20 +6,20 @@
#include "LibLsp/lsp/ExecuteCommandParams.h"
namespace buildpath
{
-// static const char* EDIT_ORGNIZEIMPORTS = "java.edit.organizeImports";
-// static const char* RESOLVE_SOURCE_ATTACHMENT = "java.project.resolveSourceAttachment";
+// static const char* EDIT_ORGNIZEIMPORTS = "java.edit.organizeImports";
+// static const char* RESOLVE_SOURCE_ATTACHMENT = "java.project.resolveSourceAttachment";
-// static const char* UPDATE_SOURCE_ATTACHMENT = "java.project.updateSourceAttachment";
+// static const char* UPDATE_SOURCE_ATTACHMENT = "java.project.updateSourceAttachment";
-// static const char* ADD_TO_SOURCEPATH = "java.project.addToSourcePath";
+// static const char* ADD_TO_SOURCEPATH = "java.project.addToSourcePath";
-// static const char* REMOVE_FROM_SOURCEPATH = "java.project.removeFromSourcePath";
+// static const char* REMOVE_FROM_SOURCEPATH = "java.project.removeFromSourcePath";
-// static const char* LIST_SOURCEPATHS = "java.project.listSourcePaths";
- struct Result {
- bool status;
- std::string message;
- };
+// static const char* LIST_SOURCEPATHS = "java.project.listSourcePaths";
+ struct Result {
+ bool status;
+ std::string message;
+ };