From 748be7f1ca95a6f0a3adc09500aba0188b778979 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Thu, 17 Feb 2005 03:24:33 +0000 Subject: [PATCH] Fix for PR 85625 --- core/org.eclipse.cdt.core/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.core/ChangeLog b/core/org.eclipse.cdt.core/ChangeLog index dcd7df9f85f..da5bfa313e9 100644 --- a/core/org.eclipse.cdt.core/ChangeLog +++ b/core/org.eclipse.cdt.core/ChangeLog @@ -1,5 +1,5 @@ 2005-02-16 Alain Magloire - Fix for PR 85633, The IBinary info were not remove in the cache. + Fix for PR 85625, The IBinary info were not remove in the cache. * model/org/eclipse/cdt/internal/core/model/DeltaProcessor.java 2004-03-04 Peter Faltaous