mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-21 16:05: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;
|
private InputStream stream;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constuctor.
|
* Constructor.
|
||||||
|
*
|
||||||
* @param stream the input stream to parse.
|
* @param stream the input stream to parse.
|
||||||
*/
|
*/
|
||||||
public BasicClassFileParser(InputStream stream) {
|
public BasicClassFileParser(InputStream stream) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue