From d17a02ebd830274fe180f5765a2bad73072c93a7 Mon Sep 17 00:00:00 2001 From: rubenporras <43636626+rubenporras@users.noreply.github.com> Date: Thu, 5 Sep 2024 08:10:29 +0200 Subject: [PATCH] chore: fix typo in contributors list and add missing contributors (#1100) --- .../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;