From 9495559e95bb1de26fb5eb1130c98d153329eb65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Porras=20Campo?= Date: Thu, 5 Sep 2024 08:02:49 +0200 Subject: [PATCH] chore: fix typo in contributors list and add missing contributors --- .../operations/codeactions/CodeActionMarkerResolution.java | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/org.eclipse.lsp4e/src/org/eclipse/lsp4e/operations/codeactions/CodeActionMarkerResolution.java b/org.eclipse.lsp4e/src/org/eclipse/lsp4e/operations/codeactions/CodeActionMarkerResolution.java index 9a756b803..7e98fc819 100644 --- a/org.eclipse.lsp4e/src/org/eclipse/lsp4e/operations/codeactions/CodeActionMarkerResolution.java +++ b/org.eclipse.lsp4e/src/org/eclipse/lsp4e/operations/codeactions/CodeActionMarkerResolution.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2018, 2022 Red Hat Inc. and others. + * Copyright (c) 2018, 2024 Red Hat Inc. and others. * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -8,7 +8,9 @@ * * Contributors: * Mickael Istria (Red Hat Inc.) - initial implementation - * Max Bureck (Fraunhofer FOKUS) - integeration with CommandExecutor + * Max Bureck (Fraunhofer FOKUS) - integration with CommandExecutor + * Andrew Lamb (Avaloq Group AG) - refactor to add new public methods + * Rubén Porras Campo (Avaloq Group AG) - small fixes *******************************************************************************/ package org.eclipse.lsp4e.operations.codeactions;