1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Fixed type in comment

This commit is contained in:
John Cortell 2009-10-07 15:29:03 +00:00
parent 0137ebe88f
commit 628ded59a1

View file

@ -16,7 +16,7 @@ import org.eclipse.debug.internal.ui.viewers.model.provisional.IModelDeltaVisito
import org.eclipse.debug.internal.ui.viewers.model.provisional.ModelDelta;
/**
* This delta class mostly just duplicates the ModelDelta implemention, but
* This delta class mostly just duplicates the ModelDelta implementation, but
* it allows clients to modify the flags after the original object is
* constructed.
*