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

Adjusted comments.

This commit is contained in:
Sergey Prigogin 2010-10-20 23:35:46 +00:00
parent fc2e8389f9
commit 0672757bc6

View file

@ -28,7 +28,7 @@ import org.eclipse.cdt.ui.text.ICPartitions;
/**
* Utility methods for heuristic based C manipulations in an incomplete C source file.
*
* <p>An instance holds some internal position in the document and is therefore not threadsafe.</p>
* <p>An instance holds some internal position in the document and is therefore not thread-safe.</p>
*/
public final class CHeuristicScanner implements Symbols {
/**