Skip to content

Commit

Permalink
Merge pull request #3316 from eclipse-xtext/cd-cleanup
Browse files Browse the repository at this point in the history
some smaller cleanups
  • Loading branch information
cdietrich authored Jan 15, 2025
2 parents 073332a + 6ed3ad8 commit 07b7598
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2010, 2017 itemis AG (http://www.itemis.eu) and others.
* Copyright (c) 2010, 2025 itemis AG (http://www.itemis.eu) 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
* http://www.eclipse.org/legal/epl-2.0.
Expand All @@ -16,7 +16,6 @@
import org.eclipse.jface.viewers.IStructuredSelection;
import org.eclipse.jface.window.Window;
import org.eclipse.swt.widgets.Composite;
import org.eclipse.text.templates.ContextTypeRegistry;
import org.eclipse.text.templates.TemplatePersistenceData;
import org.eclipse.xtext.IGrammarAccess;
import org.eclipse.xtext.ui.editor.embedded.EmbeddedEditor;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2012, 2024 itemis AG (http://www.itemis.eu) and others.
* Copyright (c) 2012, 2025 itemis AG (http://www.itemis.eu) 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
* http://www.eclipse.org/legal/epl-2.0.
Expand All @@ -9,7 +9,6 @@
package org.eclipse.xtext.ui.editor.hover.html;


import org.apache.log4j.Logger;
import org.eclipse.jface.internal.text.html.BrowserInformationControl;
import org.eclipse.jface.internal.text.html.BrowserInformationControlInput;
import org.eclipse.jface.text.IInputChangedListener;
Expand All @@ -27,8 +26,6 @@
*/
public class XtextBrowserInformationControlAdapter implements IXtextBrowserInformationControl {

private static final Logger LOG = Logger.getLogger(XtextBrowserInformationControlAdapter.class);

private final BrowserInformationControl control;

XtextBrowserInformationControlAdapter(BrowserInformationControl control) {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2008, 2017 itemis AG (http://www.itemis.eu) and others.
* Copyright (c) 2008, 2025 itemis AG (http://www.itemis.eu) 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
* http://www.eclipse.org/legal/epl-2.0.
Expand All @@ -12,7 +12,6 @@
import java.util.Collections;
import java.util.List;

import org.eclipse.text.templates.ContextTypeRegistry;
import org.eclipse.xtext.EcoreUtil2;
import org.eclipse.xtext.EnumRule;
import org.eclipse.xtext.GrammarUtil;
Expand Down

0 comments on commit 07b7598

Please sign in to comment.