Skip to content

Commit

Permalink
chore: remove deprecated LSPDiagnosticsToMarkers(IProject, String) ctor
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Jan 16, 2025
1 parent 30c3e79 commit 9834656
Showing 1 changed file with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
import org.eclipse.core.filebuffers.FileBuffers;
import org.eclipse.core.filebuffers.LocationKind;
import org.eclipse.core.resources.IMarker;
import org.eclipse.core.resources.IProject;
import org.eclipse.core.resources.IResource;
import org.eclipse.core.resources.WorkspaceJob;
import org.eclipse.core.runtime.CoreException;
Expand Down Expand Up @@ -82,18 +81,6 @@ public LSPDiagnosticsToMarkers(String serverId) {
this(serverId, null, null);
}

/**
*
* @param project
* @param serverId
* ignored
* @deprecated
*/
@Deprecated
public LSPDiagnosticsToMarkers(IProject project, String serverId) {
this(serverId);
}

@Override
public void accept(PublishDiagnosticsParams diagnostics) {
try {
Expand Down

0 comments on commit 9834656

Please sign in to comment.