Skip to content

Commit

Permalink
Updating copyrights and cleaning up imports.
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Glavassevich <mrglavas@ca.ibm.com>
  • Loading branch information
mrglavas committed Sep 21, 2023
1 parent 0790343 commit c680d1f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2022 IBM Corporation and others.
* Copyright (c) 2022, 2023 IBM Corporation and others.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2020,2023 Red Hat, Inc.
* Copyright (c) 2020, 2023 Red Hat, Inc.
* Distributed under license by Red Hat, Inc. All rights reserved.
* This program is made available under the terms of the
* Eclipse Public License v2.0 which accompanies this distribution,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2020 Red Hat, Inc.
* Copyright (c) 2020, 2023 Red Hat, Inc.
* Distributed under license by Red Hat, Inc. All rights reserved.
* This program is made available under the terms of the
* Eclipse Public License v2.0 which accompanies this distribution,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2020 Red Hat Inc. and others.
* Copyright (c) 2020, 2023 Red Hat Inc. and others.
* All rights reserved. This program and the accompanying materials
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-v20.html
Expand All @@ -11,11 +11,10 @@
*******************************************************************************/
package io.openliberty.tools.intellij.lsp4mp4ij.psi.core.java.diagnostics;

import java.util.List;

import com.intellij.openapi.extensions.ExtensionPointName;
import org.eclipse.lsp4j.Diagnostic;

import java.util.List;

/**
* Java diagnostics participants API.
*
Expand Down

0 comments on commit c680d1f

Please sign in to comment.