From a429e306347128be048be4bce8bee1c378a40c93 Mon Sep 17 00:00:00 2001 From: Mikhail Khodjaiants Date: Thu, 31 Oct 2002 22:34:55 +0000 Subject: [PATCH] Fix for synchronization bug in CFormattedMemoryBlock. --- debug/org.eclipse.cdt.debug.core/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug/org.eclipse.cdt.debug.core/ChangeLog b/debug/org.eclipse.cdt.debug.core/ChangeLog index 787d9edcca7..f200e36a7dd 100644 --- a/debug/org.eclipse.cdt.debug.core/ChangeLog +++ b/debug/org.eclipse.cdt.debug.core/ChangeLog @@ -1,6 +1,6 @@ 2002-10-31 Mikhail Khodjaiants Fixed the synchronization bug. - * CFormattedMemoryBlock.java: implementation of the 'refresh' method. + * CFormattedMemoryBlock.java 2002-10-30 Mikhail Khodjaiants Implementing the 'Refresh Memory' action.