1
0
Fork 0
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:
Norbert Pltt 2006-09-13 06:55:12 +00:00
parent db3183d89f
commit be7b7d3fd0

View file

@ -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;