From be7b7d3fd0a299f81c3e7c3a910a5cca4f4b2780 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Norbert=20Pl=F6tt?= Date: Wed, 13 Sep 2006 06:55:12 +0000 Subject: [PATCH] fixing bug #157112 - character encoding problem with IProposalFilter.java (Changed my name's spelling to be UTF-8 compliant) --- .../eclipse/cdt/ui/text/contentassist/IProposalFilter.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/text/contentassist/IProposalFilter.java b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/text/contentassist/IProposalFilter.java index 3495e59d926..f3c91ce5170 100644 --- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/text/contentassist/IProposalFilter.java +++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/text/contentassist/IProposalFilter.java @@ -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;