mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-04 15:45:25 +02:00
[cleanup] Fix Javadoc typo
This commit is contained in:
parent
8e7398fe8b
commit
fa1290c248
1 changed files with 2 additions and 1 deletions
|
@ -65,7 +65,8 @@ public class BasicClassFileParser {
|
|||
private InputStream stream;
|
||||
|
||||
/**
|
||||
* Constuctor.
|
||||
* Constructor.
|
||||
*
|
||||
* @param stream the input stream to parse.
|
||||
*/
|
||||
public BasicClassFileParser(InputStream stream) {
|
||||
|
|
Loading…
Add table
Reference in a new issue