mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 17:35:35 +02:00
fixing bug #157112 - character encoding problem with IProposalFilter.java
(Changed my name's spelling to be UTF-8 compliant)
This commit is contained in:
parent
db3183d89f
commit
be7b7d3fd0
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
|||
/*******************************************************************************
|
||||
* Copyright (c) 2006 Norbert Plött and others.
|
||||
* Copyright (c) 2006 Norbert Ploett and others.
|
||||
* All rights reserved. This program and the accompanying materials
|
||||
* are made available under the terms of the Eclipse Public License v1.0
|
||||
* which accompanies this distribution, and is available at
|
||||
* http://www.eclipse.org/legal/epl-v10.html
|
||||
*
|
||||
* Contributors:
|
||||
* Norbert Plött (Seimens) - Initial Contribution
|
||||
* Norbert Ploett (Siemens) - Initial Contribution
|
||||
*******************************************************************************/
|
||||
package org.eclipse.cdt.ui.text.contentassist;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue