mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 01:06:01 +02:00
Adjusted comments.
This commit is contained in:
parent
fc2e8389f9
commit
0672757bc6
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue